Used when filtering a collection of objects of a given type; the predicate is passed each object in turn, and returns true to include the object in the result collection.
The {@link F} class includes a number of Predicate factory methods.
This was converted from a abstract base class to an interface in 5.3.
@since 5.2.0
@see Flow#filter(Predicate)
@see Flow#remove(Predicate)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.