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