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