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