| Interface | Description |
|---|---|
| FlatMappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>> |
Interface to signify that an
IntermediateOperation is a flat map operation. |
| IntermediateOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>> |
Intermediate operation that can be applied to a stream to change its processing.
|
| MappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>> |
Marker interface to signify that an
IntermediateOperation is a map operation. |
| Class | Description |
|---|---|
| IntermediateOperationExternalizer |
Externalizer to be used for serializing the various intermediate operations
|
| UnorderedOperation<Type,Stream extends BaseStream<Type,Stream>> |
Performs unordered operation on a
BaseStream |
Copyright © 2022 JBoss by Red Hat. All rights reserved.