public interface DoubleToLongFunction
extends java.util.function.DoubleToLongFunction
Modifier and Type | Field and Description |
---|---|
static DoubleToLongFunction |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
long |
applyAsLong(double value) |
static final DoubleToLongFunction DEFAULT