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