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