Java.Util.Streams Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes and interfaces that support functional-style operations on streams of elements.
Classes
| Name | Description |
|---|---|
| Collector |
Represents a mutable reduction operation that accumulates input elements into a mutable result container and optionally transforms the accumulated result. |
| CollectorCharacteristics |
Characteristics indicating properties of a |
| Collectors |
Implementations of |
| StreamSupport |
Low-level utility methods for creating and manipulating streams. |
Interfaces
| Name | Description |
|---|---|
| IBaseStream |
Base interface for streams, which are sequences of elements supporting sequential and parallel aggregate operations. |
| ICollector |
A mutable reduction operation that accumulates input elements into a mutable result container, optionally transforming the accumulated result into a final representation after all input elements have been processed. |