ObservableComputations NuGet Package

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.




Got any ObservableComputations Question?





Info

Version: 2.3.0
Author(s): Igor Buchelnikov ([email protected])
Last Update: Monday, December 27, 2021
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/IgorBuchelnikov/ObservableComputations
NuGet Url: https://www.nuget.org/packages/ObservableComputations


Install
Install-Package ObservableComputations
dotnet add package ObservableComputations
paket add ObservableComputations
ObservableComputations Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0 net461 netcoreapp2.1


Tags



STATS

must-have-score

2.5

avg-downloads-per-day

2

days-since-last-release

851