Interface PublisherStage<O>
-
- All Superinterfaces:
Supplier<io.reactivex.Flowable<O>>
public interface PublisherStage<O> extends Supplier<io.reactivex.Flowable<O>>
Specialization of theProcessingStagefor data sources (publishers).- Author:
- Clement Escoffier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.reactivex.Flowable<O>get()
-