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