Uses of Interface
org.apache.commons.lang3.function.FailableToIntBiFunction
Package
Description
Provides functional interfaces to complement those in
java.lang.function
and utilities for working with Java
8 lambdas.-
Uses of FailableToIntBiFunction in org.apache.commons.lang3.function
Modifier and TypeFieldDescriptionstatic final FailableToIntBiFunction
FailableToIntBiFunction.NOP
NOP singletonModifier and TypeMethodDescriptionstatic <T,
U, E extends Throwable>
FailableToIntBiFunction<T,U, E> FailableToIntBiFunction.nop()
Returns The NOP singleton.