PrimeFuncPack Core.Func.Extensions is a core library for .NET consisting of extensions for functional interfaces (SAM interfaces) targeted for use in functional programming - IAsyncFunc/IAsyncValueFunc and IFunc, both asynchronous (Task and ValueTask based) and synchronous.
$ dotnet add package PrimeFuncPack.Core.Func.ExtensionsPrimeFuncPack Core.Func.Extensions is a core library for .NET consisting of extensions for functional interfaces (SAM interfaces) targeted for use in functional programming - IAsyncFunc/IAsyncValueFunc and IFunc, both asynchronous (Task and ValueTask based) and synchronous. The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
The Pack supports both asynchronous and synchronous programming models.