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 FailableIntToDoubleFunction |
FailableIntToDoubleFunction.NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
static <E extends Throwable> |
FailableIntToDoubleFunction.nop()
Returns The NOP singleton.
|
Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.