@FunctionalInterface public interface IntFunction<T> extends ToIntFunction<T>, Serializable
| Modifier and Type | Method and 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–2023. All rights reserved.