Package org.aksw.commons.rx.util
Class FlowBase<T>
java.lang.Object
org.aksw.commons.rx.util.FlowBase<T>
- Type Parameters:
T-
- All Implemented Interfaces:
io.reactivex.rxjava3.core.FlowableSubscriber<T>,org.reactivestreams.Subscriber<T>
public abstract class FlowBase<T>
extends Object
implements io.reactivex.rxjava3.core.FlowableSubscriber<T>
Utility base class for FlowableSubscribers which wraps a FlowableEmitter.
There may be a similar base class in the RxJava framework itself, however so far I did not find it ~ Claus
- Author:
- raven
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidonSubscribe(@NonNull org.reactivestreams.Subscription s) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.reactivestreams.Subscriber
onNext
-
Field Details
-
emitter
-
-
Constructor Details
-
FlowBase
-
-
Method Details