Uses of Interface
com.machinezoo.noexception.optional.OptionalBinaryOperator
-
Packages that use OptionalBinaryOperator Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of OptionalBinaryOperator in com.machinezoo.noexception
Methods in com.machinezoo.noexception that return OptionalBinaryOperator Modifier and Type Method Description <T> OptionalBinaryOperator<T>
ExceptionHandler. fromBinaryOperator(BinaryOperator<T> operator)
WrapsBinaryOperator
in a try-catch block.
-