Package org.infinispan.stream.impl.intops
package org.infinispan.stream.impl.intops
-
ClassDescriptionFlatMappingOperation<InputType,
InputStream extends BaseStream<InputType, InputStream>, OutputType, OutputStream extends BaseStream<OutputType, OutputStream>> Interface to signify that anIntermediateOperationis 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.Externalizer to be used for serializing the various intermediate operationsMappingOperation<InputType,InputStream extends BaseStream<InputType, InputStream>, OutputType, OutputStream extends BaseStream<OutputType, OutputStream>> Marker interface to signify that anIntermediateOperationis a map operation.UnorderedOperation<Type,Stream extends BaseStream<Type, Stream>> Performs unordered operation on aBaseStream