- Type Parameters:
T - the type of the operands and result of the operator
- All Superinterfaces:
- java.util.function.BiFunction<T,T,T>, java.util.function.BinaryOperator<T>
public interface BinaryOperator<T>
extends BiFunction<T,T,T>, java.util.function.BinaryOperator<T>
Retrolambda compatibility interface for java.util.function.BinaryOperator.