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