T
public class AlwaysFalse<T> extends java.lang.Object implements java.util.function.Predicate<T>
AlwaysFalse()
boolean
test(T t)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public AlwaysFalse()
public boolean test(T t)
test
java.util.function.Predicate<T>