T - the type of the input of the functionpublic interface ToLongFunction<T>
long-valued result from input argument.Function| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(T t)
Applies this function to the given argument.
|
long applyAsLong(T t)
t - an argumentCopyright © 2017. All rights reserved.