Represents a predicate (boolean-valued function) of one {@code long}-valued argument. This is the {@code long}-consuming primitive type specialization of {@link Predicate}.
This is a functional interface whose functional method is {@link #test(long)}.
@see Predicate
@since 1.8
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.