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