public interface DoubleToIntFunction extends DoubleToIntFunction
| Modifier and Type | Field and Description |
|---|---|
static DoubleToIntFunction |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(double value) |
static final DoubleToIntFunction DEFAULT
int applyAsInt(double value)
applyAsInt in interface DoubleToIntFunctionCopyright © 2021. All rights reserved.