Interface TriConstraintConstructor<A,B,C,Score_ extends org.optaplanner.core.api.score.Score<Score_>>
- All Superinterfaces:
ConstraintConstructor<Score_,org.optaplanner.core.api.function.QuadFunction<A, B, C, Score_, Object>, org.optaplanner.core.api.function.TriFunction<A, B, C, Collection<?>>>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface TriConstraintConstructor<A,B,C,Score_ extends org.optaplanner.core.api.score.Score<Score_>>
extends ConstraintConstructor<Score_,org.optaplanner.core.api.function.QuadFunction<A,B,C,Score_,Object>,org.optaplanner.core.api.function.TriFunction<A,B,C,Collection<?>>>
-
Method Summary
Methods inherited from interface org.optaplanner.constraint.streams.common.ConstraintConstructor
apply