public interface IntToLongFunction
long-valued result from input argument.Function| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(int value)
Applies this function to the given argument.
|
Copyright © 2017. All rights reserved.