@FunctionalInterface public interface IntUnaryOperator
| Modifier and Type | Interface and Description |
|---|---|
static class |
IntUnaryOperator.Util |
| Modifier and Type | Method and Description |
|---|---|
int |
applyAsInt(int operand)
Applies this operator to the given operand.
|
Copyright © 2017. All rights reserved.