Skip to content

Commit 4d3d598

Browse files
committed
functional programming
1 parent 83646d4 commit 4d3d598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/docs/design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ flowchart LR
518518

519519
## Functional Programming
520520

521-
SOQL Lib uses the concept called [Apex Functional Programming](https://www.apexfp.org/).
521+
SOQL Lib uses the concept called [Apex Functional Programming](https://github.com/ipavlic/apex-fp).
522522

523523
You can see an example of it with `SOQL.SubQuery`, `SOQL.FilterGroup`, `SOQL.Filter` and `SOQL.InnerJoin`.
524524
Those classes encapsulate the logic, and only necessary methods are exposed via interfaces.

0 commit comments

Comments
 (0)