public interface Predicate<T>
F
class includes a number of Predicate factory methods.
This was converted from a abstract base class to an interface in 5.3.FlowOperations.filter(Predicate)
,
FlowOperations.remove(Predicate)
Modifier and Type | Method and Description |
---|---|
boolean |
accept(T element)
This method is overridden in subclasses to define which objects the Predicate will accept
and which it will reject.
|
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.