Class | Description |
---|---|
AbstractForEachOperation<K,V,S extends BaseStream<V,S>> |
This is a base operation class for the use of the for each terminal operator.
|
BaseTerminalOperation |
Abstract instance that provides common code needed for all terminal operations.
|
SegmentRetryingOperation<E,T,S extends BaseStream<T,S>> |
A terminal based operation that runs the provided function to evaluate the operation.
|
SingleRunOperation<E,R,S extends BaseStream<R,S>> |
Runs the provided function once only and returns the result.
|
TerminalOperationExternalizer |
AdvancedExternalizer that provides functionality required for marshalling all of the various terminal
operations that are used by various distributed streams including the primitive forms. |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.