Package | Description |
---|---|
org.apache.commons.lang3.function |
Provides functional interfaces to complement those in
java.lang.function and utilities for working with Java
8 lambdas. |
Modifier and Type | Field and Description |
---|---|
static FailableToLongBiFunction |
FailableToLongBiFunction.NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
static <T,U,E extends java.lang.Throwable> |
FailableToLongBiFunction.nop()
Returns The NOP singleton.
|