Allow passing zero argument functors into ureact::observe
and ureact::tap
#112
Labels
enhancement
New feature or request
ureact::observe
and ureact::tap
#112
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.
The text was updated successfully, but these errors were encountered: