R
- Return type.E
- The kind of thrown exception or error.@FunctionalInterface
public interface FailableDoubleFunction<R,E extends java.lang.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 java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableDoubleFunction NOP
static <R,E extends java.lang.Throwable> FailableDoubleFunction<R,E> nop()
R
- Return type.E
- The kind of thrown exception or error.Copyright © 2010 - 2023 Adobe. All Rights Reserved