public interface ToLongFunction<T>
long result.
Very simple and stupid interface for representing functions f(T) → long.| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(T value)
Applies this function to the given argument.
|
long applyAsLong(T value)
value - the function argumentCopyright © 2019 FasterXML. All rights reserved.