Interface QuadConstraintConstructor<A,B,C,D,Score_ extends Score<Score_>>
- All Superinterfaces:
ConstraintConstructor<Score_,PentaFunction<A, B, C, D, Score_, Object>, QuadFunction<A, B, C, D, 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 QuadConstraintConstructor<A,B,C,D,Score_ extends Score<Score_>>
extends ConstraintConstructor<Score_,PentaFunction<A,B,C,D,Score_,Object>,QuadFunction<A,B,C,D,Collection<?>>>
-
Method Summary
Methods inherited from interface ai.timefold.solver.constraint.streams.common.ConstraintConstructor
apply