You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PrimeFuncPack Core - A Functional Programming Framework for .NET
1
+
# PrimeFuncPack Core.Func
2
+
3
+
PrimeFuncPack Core.Func is a core library set for .NET consisting of functional interfaces (SAM interfaces) and the extensions targeted for use in functional programming.
4
+
There are both asynchronous (Task and ValueTask based) and synchronous interfaces and the extensions in the set - IAsyncFunc/IAsyncValueFunc and IFunc.
5
+
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
2
6
3
7
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
4
8
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
Copy file name to clipboardExpand all lines: docs/core-func-abs-async/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,10 @@
2
2
3
3
PrimeFuncPack Core.Func.Abstractions.Async is a core library for .NET consisting of IAsyncFunc asynchronous Task based functional interfaces (SAM interface) targeted for use in functional programming.
4
4
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
5
+
6
+
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
7
+
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
Copy file name to clipboardExpand all lines: docs/core-func-abs-asyncvalue/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,10 @@
2
2
3
3
PrimeFuncPack Core.Func.Abstractions.AsyncValue is a core library for .NET consisting of IAsyncValueFunc asynchronous ValueTask based functional interfaces (SAM interface) targeted for use in functional programming.
4
4
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
5
+
6
+
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
7
+
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
Copy file name to clipboardExpand all lines: docs/core-func-abs-sync/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,10 @@
2
2
3
3
PrimeFuncPack Core.Func.Abstractions.Sync is a core library for .NET consisting of IFunc synchronous functional interfaces (SAM interface) targeted for use in functional programming.
4
4
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
5
+
6
+
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
7
+
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
Copy file name to clipboardExpand all lines: docs/core-func-abs/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,10 @@
2
2
3
3
PrimeFuncPack Core.Func.Abstractions is a core library for .NET consisting of functional interfaces (SAM interfaces) targeted for use in functional programming - IAsyncFunc/IAsyncValueFunc and IFunc, both asynchronous (Task and ValueTask based) and synchronous.
4
4
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
5
+
6
+
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
7
+
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
Copy file name to clipboardExpand all lines: docs/core-func-ext-async/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,10 @@
2
2
3
3
PrimeFuncPack Core.Func.Extensions.Async is a core library for .NET consisting of extensions for IAsyncFunc asynchronous Task based functional interface (SAM interface) targeted for use in functional programming.
4
4
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
5
+
6
+
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
7
+
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
Copy file name to clipboardExpand all lines: docs/core-func-ext-asyncvalue/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,10 @@
2
2
3
3
PrimeFuncPack Core.Func.Extensions.AsyncValue is a core library for .NET consisting of extensions for IAsyncValueFunc asynchronous ValueTask based functional interface (SAM interface) targeted for use in functional programming.
4
4
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
5
+
6
+
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
7
+
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
Copy file name to clipboardExpand all lines: docs/core-func-ext-sync/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,10 @@
2
2
3
3
PrimeFuncPack Core.Func.Extensions.Sync is a core library for .NET consisting of extensions for IFunc synchronous functional interface (SAM interface) targeted for use in functional programming.
4
4
The Core.Func is shipped as a part of PrimeFuncPack Core - a functional programming framework for .NET
5
+
6
+
PrimeFuncPack Core is a functional programming pack for .NET consisting of the fundamentals:
7
+
- Optional and Result monads, Failure type, Tagged Union, and Unit type;
0 commit comments