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