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