Class FlowableWithSingle<F,S>

java.lang.Object
io.reactivex.Flowable<F>
com.hivemq.client.rx.FlowableWithSingle<F,S>
Type Parameters:
F - the type of the flow of items.
S - the type of the single item.
All Implemented Interfaces:
PublisherWithSingle<F,S>, Publisher<F>

public abstract class FlowableWithSingle<F,S> extends Flowable<F> implements PublisherWithSingle<F,S>
A Flowable which emits a flow of items of type F and a single item of type S.