Class UnorderedOperation<Type,​Stream extends BaseStream<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