| Class | Description |
|---|---|
| FlatMapIteratorOperation<K,V> |
Terminal rehash aware operation that handles an iterator when a flat map intermediate operation was performed on
the stream.
|
| ForEachOperation<K,V> |
Terminal operation that handles for each where no map operations are defined
|
| MapIteratorOperation<K,V,V2> |
Terminal rehash aware operation that handles an iterator when a map intermediate operation was performed on
the stream.
|
| NoMapIteratorOperation<K,V> |
Terminal rehash aware operation that handles an iterator when no flat map or map intermediate operation was performed
on the stream.
|
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.