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