final classCacheUntilConnectSubscriber[-T] extends Subscriber[T]
Wraps an underlyingSubscriber into an implementation that caches
all events until the call to connect() happens. After being connected,
the buffer is drained into the underlying observer, after which all
subsequent events are pushed directly.
Wraps an
underlying
Subscriber into an implementation that caches all events until the call toconnect()
happens. After being connected, the buffer is drained into theunderlying
observer, after which all subsequent events are pushed directly.