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 LongToIntFunction
Copyright © 2020. All rights reserved.