@FunctionalInterface public interface LongPredicate1 extends java.util.function.LongPredicate
default boolean
test(long value)
boolean
testLong(long value)
and, negate, or
default boolean test(long value)
test
java.util.function.LongPredicate
boolean testLong(long value)
value
true
false