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