Package org.zkoss.pivot.util
Interface PivotModels.Filter<T>
-
- Enclosing class:
- PivotModels
public static interface PivotModels.Filter<T>
The filter interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
keep(T item)
Determine whether to keep or filter out the item.
-
-
-
Method Detail
-
keep
boolean keep(T item)
Determine whether to keep or filter out the item.- Returns:
- true to keep, false to filter out
-
-