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
Currently the RxGo TakeUntil function is almost identical to TakeWhile, with the result of the predicate inverted.
Expected behavior
TakeUntil accepts a second Observable, emitting items from the Observable receiver until the second Observable emits any item or terminates.
The text was updated successfully, but these errors were encountered:
Describe the bug
According to the ReactiveX documentation mentioned on the original ticket TakeUntil should accept a second observable.
Currently the RxGo TakeUntil function is almost identical to TakeWhile, with the result of the predicate inverted.
Expected behavior
TakeUntil accepts a second Observable, emitting items from the Observable receiver until the second Observable emits any item or terminates.
The text was updated successfully, but these errors were encountered: