Uses of Interface
com.machinezoo.noexception.throwing.ThrowingBiFunction
-
Packages that use ThrowingBiFunction Package Description com.machinezoo.noexception Classes implementing all NoException features.com.machinezoo.noexception.throwing Variations of standard functional interfaces that allow throwing checked exceptions. -
-
Uses of ThrowingBiFunction in com.machinezoo.noexception
Methods in com.machinezoo.noexception with parameters of type ThrowingBiFunction Modifier and Type Method Description <T,U,R>
BiFunction<T,U,R>CheckedExceptionHandler. fromBiFunction(ThrowingBiFunction<T,U,R> function)
Removes checked exceptions from method signature ofThrowingBiFunction
. -
Uses of ThrowingBiFunction in com.machinezoo.noexception.throwing
Subinterfaces of ThrowingBiFunction in com.machinezoo.noexception.throwing Modifier and Type Interface Description interface
ThrowingBinaryOperator<T>
Variation ofBinaryOperator
that allows throwing checked exceptions.
-