Package mondrian.util
Interface FilteredIterableList.Filter<T>
-
- Enclosing class:
- FilteredIterableList<T>
public static interface FilteredIterableList.Filter<T>Filter to determine which elements should be shown.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(T element)
-
-
-
Method Detail
-
accept
boolean accept(T element)
-
-