We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83646d4 commit 4d3d598Copy full SHA for 4d3d598
website/docs/docs/design.md
@@ -518,7 +518,7 @@ flowchart LR
518
519
## Functional Programming
520
521
-SOQL Lib uses the concept called [Apex Functional Programming](https://www.apexfp.org/).
+SOQL Lib uses the concept called [Apex Functional Programming](https://github.com/ipavlic/apex-fp).
522
523
You can see an example of it with `SOQL.SubQuery`, `SOQL.FilterGroup`, `SOQL.Filter` and `SOQL.InnerJoin`.
524
Those classes encapsulate the logic, and only necessary methods are exposed via interfaces.
0 commit comments