resubscribingWhile
Returns an observable that will continually resubscribe until the predicate returns false.
Parameters
predicate
The test to decide when to stop subscribing.
Returns an observable that will continually resubscribe until the predicate returns false.
The test to decide when to stop subscribing.