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