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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfilter(CloseableIterable<T> items) protected abstract booleanshouldKeep(T item)  
- 
Constructor Details
- 
Filter
public Filter() 
 - 
 - 
Method Details
- 
shouldKeep
 - 
filter
 - 
filter
 
 -