Uses of Interface
org.optaplanner.core.api.function.PentaPredicate
-
Packages that use PentaPredicate Package Description org.optaplanner.core.api.function Functions that are not available injava.util.function
.org.optaplanner.core.api.score.stream TheConstraintStream
API: a way to define constraints forScore
calculation.org.optaplanner.core.impl.score.stream.penta -
-
Uses of PentaPredicate in org.optaplanner.core.api.function
Methods in org.optaplanner.core.api.function that return PentaPredicate Modifier and Type Method Description default PentaPredicate<A,B,C,D,E>
PentaPredicate. and(PentaPredicate<? super A,? super B,? super C,? super D,? super E> other)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default PentaPredicate<A,B,C,D,E>
PentaPredicate. negate()
Returns a predicate that represents the logical negation of this predicate.default PentaPredicate<A,B,C,D,E>
PentaPredicate. or(PentaPredicate<? super A,? super B,? super C,? super D,? super E> other)
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in org.optaplanner.core.api.function with parameters of type PentaPredicate Modifier and Type Method Description default PentaPredicate<A,B,C,D,E>
PentaPredicate. and(PentaPredicate<? super A,? super B,? super C,? super D,? super E> other)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default PentaPredicate<A,B,C,D,E>
PentaPredicate. or(PentaPredicate<? super A,? super B,? super C,? super D,? super E> other)
Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another. -
Uses of PentaPredicate in org.optaplanner.core.api.score.stream
Methods in org.optaplanner.core.api.score.stream with parameters of type PentaPredicate Modifier and Type Method Description static <A,B,C,D,E>
PentaJoiner<A,B,C,D,E>Joiners. filtering(PentaPredicate<A,B,C,D,E> filter)
-
Uses of PentaPredicate in org.optaplanner.core.impl.score.stream.penta
Methods in org.optaplanner.core.impl.score.stream.penta that return PentaPredicate Modifier and Type Method Description PentaPredicate<A,B,C,D,E>
AbstractPentaJoiner. getFilter()
Constructors in org.optaplanner.core.impl.score.stream.penta with parameters of type PentaPredicate Constructor Description AbstractPentaJoiner(PentaPredicate<A,B,C,D,E> filter)
FilteringPentaJoiner(PentaPredicate<A,B,C,D,E> filter)
-