T - the type of the input to the functionpublic interface ToIntFunction<T>
int-producing primitive specialization for Function.
This is a functional interface
whose functional method is applyAsInt(Object).
Function| 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 © 2016. All rights reserved.