An interface used to filter a data frame.
data frame
Implementors define apply(Object) to return true for rows that should be included in the filtered data frame.
apply(Object)
true
select(Predicate)