nuget.org : observablecomputations
Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces. The computations include ones similar to LINQ (collections), the computation of arbitrary expression (scalar value), and additional features. The computations are implemented as extension methods, like LINQ ones. You can combine calls of ObservableComputations extension methods including chaining and nesting, as you do for LINQ methods. Computations in background threads, including parallel ones, as well as time-related processing of CollectionChanged and PropertyChanged events, are supported. ObservableComputations is easy to use and powerful implementation of reactive programming paradigm. With ObservableComputations, your code will fit more to the functional style than with standard LINQ.
Registry
-
Source
- JSON
purl: pkg:nuget/observablecomputations
Keywords:
linq
, functional
, functional-programming
, observable
, declarative
, reactive-programming
, reactive-extensions
, functional-reactive-programming
, dataflow
, rx
, continuous
, bind
, hacktoberfest
, inotifypropertychanged
, dynamic-data
, rx-observable
, reactive-collections
, declarative-programming
, observablecollection
, inotifycollectionchanged
License: MIT
Latest release: over 3 years ago
First release: over 5 years ago
Downloads: 28,524 total
Stars: 106 on GitHub
Forks: 8 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 1 day ago