Type Parameters:
T - Summary type against which apply the Predicate
public class Filter<T extends Summary >
extends Object
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Details
Parameters:
predicate - Predicate to use in this filter. If the Predicate returns False, the
element is discarded. If the Predicate returns True, then the element is kept in the
Sketch
Method Details
Filters elements on the provided
Sketch
Parameters:
sketchIn - The sketch against which apply the Predicate
Returns:
A new Sketch with some of the entries filtered out based on the Predicate