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