Uses of Interface
org.optaplanner.core.api.function.PentaPredicate
-
Uses of PentaPredicate in org.optaplanner.core.api.function
Modifier and TypeMethodDescriptionReturns a composed predicate that represents a short-circuiting logical AND of this predicate and another.PentaPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Modifier and TypeMethodDescriptionReturns a composed predicate that represents a short-circuiting logical AND of this predicate and another.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
Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E>
PentaJoiner<A,B, C, D, E> Joiners.filtering
(PentaPredicate<A, B, C, D, E> filter) As defined byJoiners.filtering(BiPredicate)
. -
Uses of PentaPredicate in org.optaplanner.core.impl.score.stream
Modifier and TypeMethodDescription<A,
B, C, D, E>
PentaJoiner<A,B, C, D, E> JoinerService.newPentaJoiner
(PentaPredicate<A, B, C, D, E> filter)