E - Thrown exception.@FunctionalInterface
public interface FailableDoubleToIntFunction<E extends java.lang.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 java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableDoubleToIntFunction NOP
static <E extends java.lang.Throwable> FailableDoubleToIntFunction<E> nop()
E - Thrown exception.Copyright © 2010 - 2022 Adobe. All Rights Reserved