Package org.infinispan.stream.impl.intops
-
Interface Summary Interface Description FlatMappingOperation<InputType,InputStream extends BaseStream<InputType,InputStream>,OutputType,OutputStream extends BaseStream<OutputType,OutputStream>> Interface to signify that anIntermediateOperation
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 anIntermediateOperation
is a map operation. -
Class Summary Class Description IntermediateOperationExternalizer Externalizer to be used for serializing the various intermediate operationsUnorderedOperation<Type,Stream extends BaseStream<Type,Stream>> Performs unordered operation on aBaseStream