E
- Thrown exception.@FunctionalInterface public interface FailableIntToDoubleFunction<E extends Throwable>
IntToDoubleFunction
that declares a Throwable
.Modifier and Type | Field and Description |
---|---|
static FailableIntToDoubleFunction |
NOP
NOP singleton
|
Modifier and Type | Method and Description |
---|---|
double |
applyAsDouble(int value)
Applies this function to the given argument.
|
static <E extends Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableIntToDoubleFunction NOP
static <E extends Throwable> FailableIntToDoubleFunction<E> nop()
E
- Thrown exception.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.