lqd.net.functional
0.3.0
dotnet add package lqd.net.functional --version 0.3.0
NuGet\Install-Package lqd.net.functional -Version 0.3.0
<PackageReference Include="lqd.net.functional" Version="0.3.0" />
<PackageVersion Include="lqd.net.functional" Version="0.3.0" />
<PackageReference Include="lqd.net.functional" />
paket add lqd.net.functional --version 0.3.0
#r "nuget: lqd.net.functional, 0.3.0"
#:package lqd.net.functional@0.3.0
#addin nuget:?package=lqd.net.functional&version=0.3.0
#tool nuget:?package=lqd.net.functional&version=0.3.0
A set of functions and classes that aid a more functional approach in C#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
### Vr 0.3.0
* Either - added match that accepts actions
### Vr 0.2.0
* Either - implementation of the Either monad
### Vr 0.1.0
* fmap - extension method that applies a function an a obect ( it is like map for objects )
* Maybe - an implementation of the Maybe monad
* Result - an implementation of a monad that represents the states of either a success with a value or an error with a description in the form of a ResultError