E - Thrown exception.@FunctionalInterface
public interface FailableLongToDoubleFunction<E extends java.lang.Throwable>
LongToDoubleFunction that declares a Throwable.| Modifier and Type | Field and Description |
|---|---|
static FailableLongToDoubleFunction |
NOP
NOP singleton
|
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(long value)
Applies this function to the given argument.
|
static <E extends java.lang.Throwable> |
nop()
Returns The NOP singleton.
|
static final FailableLongToDoubleFunction NOP
static <E extends java.lang.Throwable> FailableLongToDoubleFunction<E> nop()
E - Thrown exception.Copyright © 2010 - 2022 Adobe. All Rights Reserved