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