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