R
- Return type.E
- Thrown exception.@FunctionalInterface public interface FailableDoubleFunction<R,E extends Throwable>
DoubleFunction
that declares a Throwable
.Modifier and Type | Field and Description |
---|---|
static FailableDoubleFunction |
NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
R |
apply(double input)
Applies this function.
|
static <R,E extends Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableDoubleFunction NOP
static <R,E extends Throwable> FailableDoubleFunction<R,E> nop()
R
- Return type.E
- Thrown exception.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.