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