IntUnaryOperator, Serializable@FunctionalInterface public interface IntToIntFunction extends IntUnaryOperator, Serializable
| Modifier and Type | Method | 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–2019. All rights reserved.