Interface Reduction<S,​T>

All Superinterfaces:
BiFunction<S,​T,​S>

public interface Reduction<S,​T>
extends BiFunction<S,​T,​S>