Package | Description |
---|---|
org.optaplanner.core.api.function |
Functions that are not available in
java.util.function . |
org.optaplanner.core.api.score.stream |
The
ConstraintStream API:
a way to define constraints for Score calculation. |
org.optaplanner.core.impl.score.stream.penta |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static <A,B,C,D,E> |
Joiners.filtering(PentaPredicate<A,B,C,D,E> filter) |
Modifier and Type | Method and Description |
---|---|
PentaPredicate<A,B,C,D,E> |
AbstractPentaJoiner.getFilter() |
Constructor and Description |
---|
AbstractPentaJoiner(PentaPredicate<A,B,C,D,E> filter) |
FilteringPentaJoiner(PentaPredicate<A,B,C,D,E> filter) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.