Interface Throwables.TernaryOperator<T,E extends Throwable>

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

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