ParallelFlowableSubscribeProxy

interface ParallelFlowableSubscribeProxy<@NonNull() T>

Subscribe proxy that matches ParallelFlowable's subscribe overloads.

Functions

subscribe
Link copied to clipboard
abstract fun subscribe(subscribers: Array<Subscriber<out Any>>)
Proxy for subscribe.