Schnittstelle IMappingContainerViewProvider<E>
- Typparameter:
E- is the type of the elements of aIMappingContainerViewProvider.
- Alle bekannten Unterschnittstellen:
IArrayList<E>, IContainer<E>, ILinkedList<E>, IMatrix<E>, ISqlRecord
- Alle bekannten Implementierungsklassen:
AbstractContainer, AbstractExtendedContainer, ArrayContainerView, ArrayList, ContainerView, FilterContainerView, ImmutableList, IntervallContainerView, IterableContainerView, LinkedList, MappingContainerView, Matrix, MatrixColumn, MatrixRow, MultiContainerView, SingleContainer, SqlRecord
public interface IMappingContainerViewProvider<E>
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getViewOf
- Typparameter:
T- is the type of the elements the given mapper maps from the elements of the currentIMappingContainerViewProvider.- Parameter:
mapper-- Gibt zurück:
- a new
IContainerwith the elements the given mapper maps from the elements of the currentIMappingContainerViewProvider. - Löst aus:
RuntimeException- if the given mapper is null.RuntimeException- if one of the mapped elements of the currentIMappingContainerViewProvideris null.
-