Schnittstelle IMappingContainerViewProvider<E>
- Typparameter:
E
- is the type of the elements of aIMappingContainerViewProvider
.
- Alle bekannten Unterschnittstellen:
IArrayList<E>
,ICachingContainer<E>
,IContainer<E>
,ILinkedList<E>
,IMatrix<E>
,ISqlRecord
- Alle bekannten Implementierungsklassen:
AbstractContainer
,AbstractExtendedContainer
,ArrayContainerView
,ArrayList
,CachingContainer
,ContainerView
,FilterContainerView
,ImmutableList
,IntervallContainerView
,IterableContainerView
,LinkedList
,MappingContainerView
,Matrix
,MatrixColumn
,MatrixRow
,MultiContainerView
,SqlRecord
public interface IMappingContainerViewProvider<E>
- Version:
- 2025-05-14
- 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
IContainer
with 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 currentIMappingContainerViewProvider
is null.
-