@FunctionalInterface public interface IntToLongFunction
int
long
Function
This is a functional interface whose functional method is applyAsLong(int).
applyAsLong(int)
long applyAsLong​(int value)
value
© 2019 Oracle Corporation and/or its affiliates