@FunctionalInterface public interface IntToLongFunction extends IntToLongFunction, Serializable
| Modifier and Type | Method and Description |
|---|---|
default long |
applyAsLong(int each) |
long |
valueOf(int intParameter) |
long valueOf(int intParameter)
default long applyAsLong(int each)
applyAsLong in interface IntToLongFunctionCopyright © 2004–2021. All rights reserved.