Interface ScoreImpacter<Tuple_ extends Tuple>

All Superinterfaces:
BiFunction<WeightedScoreImpacter<?,?>,Tuple_,ScoreImpact<?>>
All Known Subinterfaces:
BiScoreImpacter<A,B>, QuadScoreImpacter<A,B,C,D>, TriScoreImpacter<A,B,C>, UniScoreImpacter<A>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@NullMarked @FunctionalInterface public interface ScoreImpacter<Tuple_ extends Tuple> extends BiFunction<WeightedScoreImpacter<?,?>,Tuple_,ScoreImpact<?>>