Functional programming operations in C#.
Find a file
sudo200 a2a7e31f2f
All checks were successful
/ unit-test (push) Successful in 4m8s
CI: Use github expressions for branch and clone url
2025-04-05 08:23:56 +02:00
.forgejo/workflows CI: Use github expressions for branch and clone url 2025-04-05 08:23:56 +02:00
src Add more PredicateConverters 2025-02-03 18:44:08 +01:00
test Add unit tests for PredicateConverter 2025-02-03 18:54:54 +01:00
.gitignore "Initial commit" 2025-01-30 19:10:45 +01:00
Lambda.sln "Initial commit" 2025-01-30 19:10:45 +01:00
README.md Add wikipedia page entry to README 2025-02-01 13:19:20 +01:00

λ - Lambda

Lambda adds common operations from the functional programming paradigm, such as currying and composition to C#'s Func and Action delegates.