public interface DoubleToIntFunction
extends java.util.function.DoubleToIntFunction
Modifier and Type | Field and Description |
---|---|
static DoubleToIntFunction |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(double value) |
static final DoubleToIntFunction DEFAULT