Class DoAfterFirstSubscribe<T>
- java.lang.Object
-
- org.streamingpool.core.service.util.DoAfterFirstSubscribe<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
io.reactivex.FlowableTransformer<T,T>
public class DoAfterFirstSubscribe<T> extends java.lang.Object implements io.reactivex.FlowableTransformer<T,T>This transformer runs the given action after the first subscription.
-
-
Constructor Summary
Constructors Constructor Description DoAfterFirstSubscribe(java.lang.Runnable actionAfterFirstSubscribe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<T>apply(io.reactivex.Flowable<T> flowable)
-