Class UnorderedOperation<Type,Stream extends BaseStream<Type,Stream>>

java.lang.Object
org.infinispan.stream.impl.intops.UnorderedOperation<Type,Stream>
Type Parameters:
Type - the type of the stream
Stream - the stream type
All Implemented Interfaces:
IntermediateOperation<Type,Stream,Type,Stream>

public class UnorderedOperation<Type,Stream extends BaseStream<Type,Stream>> extends Object implements IntermediateOperation<Type,Stream,Type,Stream>
Performs unordered operation on a BaseStream