Schnittstelle IMappingContainerViewProvider<E>

Typparameter:
E - is the type of the elements of a IMappingContainerViewProvider.
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

    Modifizierer und Typ
    Methode
    Beschreibung
    <T> IContainer<T>
    getViewOf(Function<E,T> mapper)