Type
- the type of the streamStream
- the stream typepublic class UnorderedOperation<Type,Stream extends BaseStream<Type,Stream>> extends Object implements IntermediateOperation<Type,Stream,Type,Stream>
BaseStream
Constructor and Description |
---|
UnorderedOperation() |
Modifier and Type | Method and Description |
---|---|
BaseStream |
perform(BaseStream stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleInjection
public BaseStream perform(BaseStream stream)
IntermediateOperation
perform
in interface IntermediateOperation<Type,Stream extends BaseStream<Type,Stream>,Type,Stream extends BaseStream<Type,Stream>>
stream
- the stream to have the operation performed onCopyright © 2021 JBoss, a division of Red Hat. All rights reserved.