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