public IDataProducer<T,U> extends IDataPublisher<T>
An interface that exposes interface IDataPublisher of type T and
a Flowable to listen for triggers of type U
interface IDataPublisher| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Flowable<U> |
triggerObservable()
Observe for the triggers of type U
|
publish