public class SortedOperation<S> extends Object implements IntermediateOperation<S,Stream<S>,S,Stream<S>>
Stream| Modifier and Type | Method and Description |
|---|---|
static <S> SortedOperation<S> |
getInstance() |
io.reactivex.rxjava3.core.Flowable<S> |
mapFlowable(io.reactivex.rxjava3.core.Flowable<S> input)
Performs the intermediate operation on a Flowable.
|
Stream<S> |
perform(Stream<S> stream)
Performs the actualy intermediate operation returning the resulting stream
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleInjectionpublic static <S> SortedOperation<S> getInstance()
public Stream<S> perform(Stream<S> stream)
IntermediateOperationpublic io.reactivex.rxjava3.core.Flowable<S> mapFlowable(io.reactivex.rxjava3.core.Flowable<S> input)
IntermediateOperationmapFlowable in interface IntermediateOperation<S,Stream<S>,S,Stream<S>>input - the input flowableCopyright © 2022 JBoss by Red Hat. All rights reserved.