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