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, identity
int valueOf(int intParameter)
default int applyAsInt(int each)
applyAsInt
in interface IntUnaryOperator
Copyright © 2004–2017. All rights reserved.