public class SkipOperation<S> extends Object implements IntermediateOperation<S,Stream<S>,S,Stream<S>>
Stream| Constructor and Description |
|---|
SkipOperation(long n) |
| Modifier and Type | Method and Description |
|---|---|
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 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.