Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AsyncRx.distinct_until_changed, wrong signature #47

Open
SmoothieAq opened this issue Mar 3, 2024 · 2 comments
Open

AsyncRx.distinct_until_changed, wrong signature #47

SmoothieAq opened this issue Mar 3, 2024 · 2 comments

Comments

@SmoothieAq
Copy link

In AsyncRx

the signature
def distinct_until_changed(self) -> AsyncObservable[_TSource]:
should be
def distinct_until_changed(self) -> AsyncRx[_TSource]:

The actual return is correct, only the signature is wrong

@SmoothieAq
Copy link
Author

some of the other functions in AsyncRx has the same problem, kind of makes it hard to use AsyncRx for nice and fluent notation :-|

@SmoothieAq
Copy link
Author

Would also be very nice if AsyncRx had a pipe() like for example Seq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant