| Package | Description |
|---|---|
| com.annimon.stream | |
| com.annimon.stream.function.ints |
| Class and 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 and Description |
|---|
| IntPredicate
Represents a predicate, i.e. function with boolean type result.
|
| IntUnaryOperator
Represents an operation on a single int-valued operand that produces an int-valued result.
|
Copyright © 2016. All rights reserved.