| Package | Description |
|---|---|
| com.annimon.stream |
| Class and Description |
|---|
| Collector
The Collector of stream data.
|
| DoubleStream
A sequence of
double-valued elements supporting aggregate operations. |
| Exceptional
A container for values which provided by
ThrowableSupplier. |
| IntPair
A pair with int-valued first element and object-valued second element.
|
| IntStream
A sequence of primitive int-valued elements supporting sequential operations.
|
| LongStream
A sequence of
long-valued elements supporting aggregate operations. |
| Optional
A container object which may or may not contain a non-null value.
|
| OptionalDouble
A container object which may or may not contain a
double value. |
| OptionalInt
A container object which may or may not contain a
int value. |
| OptionalLong
A container object which may or may not contain a
long value. |
| PrimitiveIterator.OfDouble |
| PrimitiveIterator.OfInt |
| PrimitiveIterator.OfLong |
| Stream
A sequence of elements supporting aggregate operations.
|
Copyright © 2017. All rights reserved.