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 boolean
accept(T element)
-
-
-
Method Detail
-
accept
boolean accept(T element)
-
-