| Interface | Description |
|---|---|
| IntBinaryOperator |
Represents an operation upon two
int-valued operands and producing an
int-valued result. |
| IntConsumer |
Represents an operation that accepts a single
int-valued argument and
returns no result. |
| IntPredicate |
Represents a predicate, i.e. function with boolean type result.
|
| IntSupplier |
Represents a supplier of
int-valued results. |
| IntUnaryOperator |
Represents an operation on a single int-valued operand that produces an int-valued result.
|
| Class | Description |
|---|---|
| IntPredicate.Util | |
| IntUnaryOperator.Util |
Copyright © 2016. All rights reserved.