Uses of Interface
com.machinezoo.noexception.throwing.ThrowingIntToLongFunction
-
Packages that use ThrowingIntToLongFunction Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of ThrowingIntToLongFunction in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingIntToLongFunction Modifier and Type Method Description IntToLongFunction
CheckedExceptionHandler. fromIntToLongFunction(ThrowingIntToLongFunction function)
Removes checked exceptions from method signature ofThrowingIntToLongFunction
.
-