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

Allow passing zero argument functors into ureact::observe and ureact::tap #112

Open
YarikTH opened this issue Mar 5, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@YarikTH
Copy link
Owner

YarikTH commented Mar 5, 2023

Description

Sometimes user is not interested in actual values of observables, but passed functor has to receive all the values as arguments.

It would be nice to support simple no args functors too, so user can react to the fact of change without need to adjust argument list for each use case.

@YarikTH YarikTH added the enhancement New feature or request label Mar 5, 2023
@YarikTH YarikTH changed the title Allow passing zero argument funtors into ureact::observe and ureact::tap Allow passing zero argument functors into ureact::observe and ureact::tap May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant