Serializable, ToIntFunction<T>Functions.IntFunctionChain, Functions.SizeFunction, IntegerFunctionImpl@FunctionalInterface public interface IntFunction<T> extends ToIntFunction<T>, Serializable
| Modifier and Type | Method | Description |
|---|---|---|
default int |
applyAsInt(T value) |
|
int |
intValueOf(T anObject) |
int intValueOf(T anObject)
default int applyAsInt(T value)
applyAsInt in interface ToIntFunction<T>Copyright © 2004–2019. All rights reserved.