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