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