java.util.function.BiFunction<T,T,T>, java.util.function.BinaryOperator<T>, ThrowingBiFunction<T,T,T>@FunctionalInterface public interface ThrowingBinaryOperator<T> extends java.util.function.BinaryOperator<T>, ThrowingBiFunction<T,T,T>
| Modifier and Type | Method | Description |
|---|---|---|
default T |
apply(T former,
T latter) |
Applies this operator to the given arguments.
|
T |
applyThrowing(T former,
T latter) |
Applies this operator to the given arguments.
|
andThen, fallbackTo, fallbackTo, orReturn, orReturn, orThrow, orThrow, orTryWith, orTryWithdefault T apply(T former, T latter)
UncheckedException.T applyThrowing(T former, T latter) throws java.lang.Exception
applyThrowing in interface ThrowingBiFunction<T,T,T>java.lang.Exception