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