Uses of Interface
com.speedment.jpastreamer.field.predicate.CombinedPredicate
Packages that use CombinedPredicate
Package
Description
The different types of predicates generated by Fields are located in this
package.
-
Uses of CombinedPredicate in com.speedment.jpastreamer.field.predicate
Methods in com.speedment.jpastreamer.field.predicate that return CombinedPredicateModifier and TypeMethodDescriptionstatic <ENTITY> CombinedPredicate<ENTITY>Creates and returns a new CombinedPredicate that is the logical AND combination of the given predicates.static <ENTITY> CombinedPredicate<ENTITY>Creates and returns a new CombinedPredicate that is the logical AND combination of the given predicates.CombinedPredicate.negate()static <ENTITY> CombinedPredicate<ENTITY>Creates and returns a new CombinedPredicate that is the logical OR combination of the given predicates.static <ENTITY> CombinedPredicate<ENTITY>Creates or returns a new CombinedPredicate that is the logical OR combination of the given predicates.