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