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