Interface UniConstraintConstructor<A,Score_ extends Score<Score_>>

All Superinterfaces:
ConstraintConstructor<Score_,BiFunction<A,Score_,Object>,Function<A,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 UniConstraintConstructor<A,Score_ extends Score<Score_>> extends ConstraintConstructor<Score_,BiFunction<A,Score_,Object>,Function<A,Collection<?>>>