Uses of Interface
com.machinezoo.noexception.throwing.ThrowingBinaryOperator
-
Packages that use ThrowingBinaryOperator Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingBinaryOperator in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingBinaryOperator Modifier and Type Method Description <T> BinaryOperator<T>
CheckedExceptionHandler. fromBinaryOperator(ThrowingBinaryOperator<T> operator)
Removes checked exceptions from method signature ofThrowingBinaryOperator
.
-