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