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 FailableObjIntConsumer |
FailableObjIntConsumer.NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
static <T,E extends java.lang.Throwable> |
FailableObjIntConsumer.nop()
Returns The NOP singleton.
|