public interface LongToDoubleFunction extends LongToDoubleFunction
| Modifier and Type | Field and Description |
|---|---|
static LongToDoubleFunction |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(long value) |
static final LongToDoubleFunction DEFAULT
double applyAsDouble(long value)
applyAsDouble in interface LongToDoubleFunctionCopyright © 2021. All rights reserved.