Package | Description |
---|---|
org.optaplanner.core.api.score.stream.quad |
The
ConstraintStream API for four matched facts. |
org.optaplanner.core.impl.score.stream.quad |
Modifier and Type | Method and Description |
---|---|
PentaFunction<ResultContainer_,A,B,C,D,Runnable> |
QuadConstraintCollector.accumulator()
A lambda that extracts data from the matched facts,
accumulates it in the result container
and returns an undo operation for that accumulation.
|
Modifier and Type | Method and Description |
---|---|
PentaFunction<ResultContainer_,A,B,C,D,Runnable> |
DefaultQuadConstraintCollector.accumulator() |
Constructor and Description |
---|
DefaultQuadConstraintCollector(Supplier<ResultContainer_> supplier,
PentaFunction<ResultContainer_,A,B,C,D,Runnable> accumulator,
Function<ResultContainer_,Result_> finisher) |
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.