E - The kind of thrown exception or error.@FunctionalInterface public interface FailableDoubleToIntFunction<E extends Throwable>
DoubleToIntFunction that declares a Throwable.| Modifier and Type | Field and Description |
|---|---|
static FailableDoubleToIntFunction |
NOP
NOP singleton
|
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(double value)
Applies this function to the given argument.
|
static <E extends Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableDoubleToIntFunction NOP
static <E extends Throwable> FailableDoubleToIntFunction<E> nop()
E - The kind of thrown exception or error.int applyAsInt(double value) throws E extends Throwable
Copyright © 2001–2023 The Apache Software Foundation. All rights reserved.