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