You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then use Observable.timer() and there is no misinterpretation. If the particular source is not known exactly, use toObservable(), otherwise use the same reactive type on the until part as the main source.
I would like to suggest a new feature.
The
observable.takeUntil
function provides the following two types.TakeUntil, which combines the two sources, the first function. This controls until the first item is emitted as shown below.
The point at which takeUntil controls is when the first item is emit, not when onComplete is called.
here I thought.
'If it detects when the first item is emit, is it possible to support Single or Completable...etc as well as Observable?'
If this suggestion does not depart from the intent of takeUntil of reactiveX,
I want to make a Pull Request that adds the following function.
If this goes depart from the intent, please tell me why.
Thanks!
The text was updated successfully, but these errors were encountered: