Interface Throwables.BinaryOperator<T,E extends Throwable>

Type Parameters:
T -
E -
All Superinterfaces:
Throwables.BiFunction<T,T,T,E>
All Known Subinterfaces:
BinaryOperator<T>
Enclosing class:
Throwables

public static interface Throwables.BinaryOperator<T,E extends Throwable> extends Throwables.BiFunction<T,T,T,E>
The Interface BinaryOperator.