| Class | Description |
|---|---|
| DistinctOperation<S> |
Performs distinct operation on a regular
Stream |
| FilterOperation<S> |
Performs filter operation on a regular
Stream |
| FlatMapOperation<I,O> |
Performs flat map operation on a regular
Stream |
| FlatMapToDoubleOperation<I> |
Performs flat map to double operation on a regular
Stream |
| FlatMapToIntOperation<I> |
Performs flat map to int operation on a regular
Stream |
| FlatMapToLongOperation<I> |
Performs flat map to long operation on a regular
Stream |
| LimitOperation<S> |
Performs limit operation on a regular
Stream |
| MapOperation<I,O> |
Performs map to operation on a regular
Stream |
| MapToDoubleOperation<I> |
Performs map to double operation on a regular
Stream |
| MapToIntOperation<I> |
Performs map to int operation on a regular
Stream |
| MapToLongOperation<I> |
Performs map to long operation on a regular
Stream |
| PeekOperation<S> |
Performs peek operation on a regular
Stream |
| SkipOperation<S> |
Performs skip operation on a regular
Stream |
| SortedComparatorOperation<S> |
Performs sorted operation with a comparator on a regular
Stream |
| SortedOperation<S> |
Performs sorted operation on a regular
Stream |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.