| Interface | Description |
|---|---|
| Collector<T,A,R> |
The Collector of stream data.
|
| Class | Description |
|---|---|
| Collectors |
Common implementations of
Collector interface. |
| Exceptional<T> |
A container for values which provided by
ThrowableSupplier. |
| Objects |
Common operations with Object.
|
| Optional<T> |
A container object which may or may not contain a non-null value.
|
| Stream<T> |
A sequence of elements supporting aggregate operations.
|
Copyright © 2015. All rights reserved.