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