T
- Type of function argument.public interface ToIntFunction<T>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(T value)
Apply a function to
value . |
int applyAsInt(T value)
value
.value
- Value the function is applied tovalue
.Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641