Interface TriConstraintConstructor<A,B,C,Score_ extends Score<Score_>>

All Superinterfaces:
ConstraintConstructor<Score_,QuadFunction<A,B,C,Score_,Object>,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 Score<Score_>> extends ConstraintConstructor<Score_,QuadFunction<A,B,C,Score_,Object>,TriFunction<A,B,C,Collection<?>>>