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