Uses of Interface
com.machinezoo.noexception.throwing.ThrowingIntUnaryOperator
-
Packages that use ThrowingIntUnaryOperator Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingIntUnaryOperator in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingIntUnaryOperator Modifier and Type Method Description IntUnaryOperator
CheckedExceptionHandler. fromIntUnaryOperator(ThrowingIntUnaryOperator operator)
Removes checked exceptions from method signature ofThrowingIntUnaryOperator
.
-