Uses of Interface
com.machinezoo.noexception.optional.OptionalToIntBiFunction
-
Packages that use OptionalToIntBiFunction Package Description com.machinezoo.noexception Classes implementing all NoException features. -
-
Uses of OptionalToIntBiFunction in com.machinezoo.noexception
Methods in com.machinezoo.noexception that return OptionalToIntBiFunction Modifier and Type Method Description <T,U>
OptionalToIntBiFunction<T,U>ExceptionHandler. fromToIntBiFunction(ToIntBiFunction<T,U> function)
WrapsToIntBiFunction
in a try-catch block.
-