Package org.apache.iceberg.util
Class Filter<T>
java.lang.Object
org.apache.iceberg.util.Filter<T>
- Type Parameters:
- T- the type of objects filtered by this Filter
A Class for generic filters
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfilter(CloseableIterable<T> items) protected abstract booleanshouldKeep(T item) 
- 
Constructor Details- 
Filterpublic Filter()
 
- 
- 
Method Details- 
shouldKeep
- 
filter
- 
filter
 
-