Uses of Class
com.java.pojo.api.NamedPredicate
-
Packages that use NamedPredicate Package Description com.java.pojo.api -
-
Uses of NamedPredicate in com.java.pojo.api
Methods in com.java.pojo.api that return NamedPredicate Modifier and Type Method Description NamedPredicate<T>
NamedPredicate. and(Predicate<? super T> otherPredicate)
NamedPredicate<T>
NamedPredicate. negate()
NamedPredicate<T>
NamedPredicate. or(Predicate<? super T> otherPredicate)
-