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