@FunctionalInterface public interface LongToIntFunction extends LongToIntFunction, Serializable
| Modifier and Type | Method and Description |
|---|---|
default int |
applyAsInt(long each) |
int |
valueOf(long longParameter) |
int valueOf(long longParameter)
default int applyAsInt(long each)
applyAsInt in interface LongToIntFunctionCopyright © 2004–2023. All rights reserved.