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.
Classes
Collector | |
CollectorCharacteristics |
Characteristics indicating properties of a |
Collectors |
Implementations of |
StreamSupport |
Low-level utility methods for creating and manipulating streams. |
Interfaces
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. |