Interface TriScoreImpacter<A,B,C>
- All Superinterfaces:
BiFunction<WeightedScoreImpacter<?,,?>, TriTuple<A, B, C>, ScoreImpact<?>> ScoreImpacter<TriTuple<A,B, C>>
- 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 TriScoreImpacter<A,B,C>
extends ScoreImpacter<TriTuple<A,B,C>>
Instances are provided by
TriImpactHandler.-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply