T - the type of the operands and result of the operatorE - the type of the thrown checked exceptionpublic interface ThrowingBinaryOperator<T,E extends Exception> extends ThrowingBiFunction<T,T,T,E>
ThrowingBiFunction for the case where the operands and the result are all of
the same type.
This is a functional interface
whose functional method is ThrowingBiFunction.apply(Object, Object).
ThrowingBiFunction,
ThrowingUnaryOperator| Modifier and Type | Method and Description |
|---|---|
default BinaryOperator<T> |
unchecked() |
static <T> BinaryOperator<T> |
unchecked(ThrowingBinaryOperator<T,?> function) |
static <T> BinaryOperator<T> unchecked(ThrowingBinaryOperator<T,?> function)
default BinaryOperator<T> unchecked()
Copyright © 2020. All rights reserved.