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