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, wait
handleInjection
public Stream<S> perform(Stream<S> stream)
IntermediateOperation
public io.reactivex.rxjava3.core.Flowable<S> mapFlowable(io.reactivex.rxjava3.core.Flowable<S> input)
IntermediateOperation
mapFlowable
in interface IntermediateOperation<S,Stream<S>,S,Stream<S>>
input
- the input flowableCopyright © 2021 JBoss by Red Hat. All rights reserved.