T
- see BinaryOperator
@FunctionalInterface public interface ThrowingBinaryOperator<T> extends ThrowingBiFunction<T,T,T>
BinaryOperator
that allows throwing checked exceptions. ThrowingBinaryOperator
is usually implemented by a lambda and passed to CheckedExceptionHandler.fromBinaryOperator(ThrowingBinaryOperator)
. See noexception tutorial.
apply
Copyright © 2017–2020 Robert Važan. All rights reserved.