Observable<T>
autoConnect()
Returns an Observable that automatically connects to this ConnectableObservable when the first Subscriber subscribes.
Observable<T>
autoConnect(int numberOfSubscribers)
Returns an Observable that automatically connects to this ConnectableObservable when the specified number of Subscribers subscribe to it.
Observable<T>
autoConnect(int numberOfSubscribers, Action1<? super Subscription> connection)
Returns an Observable that automatically connects to this ConnectableObservable when the specified number of Subscribers subscribe to it and calls the specified callback with the Subscription associated with the established connection.
Subscription
connect()
Instructs the
ConnectableObservable
to begin emitting the items from its underlying
Observable
to its
Subscriber
s.
abstract void
connect(Action1<? super Subscription> connection)
Instructs the
ConnectableObservable
to begin emitting the items from its underlying
Observable
to its
Subscriber
s.
Observable<T>
refCount()
Returns an Observable
that stays connected to this ConnectableObservable
as long as there is at least one subscription to this ConnectableObservable
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4