Interface IFilteringContainerViewProvider<E>
- Type Parameters:
E- is the type of the elements of aIFilteringContainerViewProvider.
- All Known Subinterfaces:
IArrayList<E>, IContainer<E>, ILinkedList<E>, IMatrix<E>, IMatrixColumn<E>, IMatrixRow<E>, ISqlRecord
- All Known Implementing Classes:
AbstractContainer, AbstractExtendedContainer, ArrayContainerView, ArrayList, ContainerView, FilterContainerView, ImmutableList, IntervallContainerView, IterableContainerView, LinkedList, MappingContainerView, Matrix, MatrixColumn, MatrixRow, MultiContainerView, SingleContainer, SqlRecord
public interface IFilteringContainerViewProvider<E>
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getViewOfStoredSelected
- Parameters:
selector-- Returns:
- a new
IContainerview with the elements the given selector selects from the currentIFilteringContainerViewProvider. Ignores null elements. - Throws:
RuntimeException- if the given selector is null.
-