Interface PublisherWithSingle<T,S>

Type Parameters:
T - the type of the stream of items.
S - the type of the single item.
All Superinterfaces:
Publisher<T>
All Known Implementing Classes:
FlowableWithSingle

public interface PublisherWithSingle<T,S> extends Publisher<T>
A Publisher which emits a flow of items of type PublisherWithSingle and a single item of type PublisherWithSingle.
See Also: