@FunctionalInterface public interface IntToIntFunction extends IntUnaryOperator, Serializable
| Modifier and Type | Method and Description |
|---|---|
default int |
applyAsInt(int each) |
int |
valueOf(int intParameter) |
andThen, compose, identityint valueOf(int intParameter)
default int applyAsInt(int each)
applyAsInt in interface IntUnaryOperatorCopyright © 2004–2016. All rights reserved.