-
Notifications
You must be signed in to change notification settings - Fork 1
Higher order functions
Kyle Knoepfel edited this page May 9, 2023
·
8 revisions
The Wikipedia definition of a higher-order function is:
A function that does at least one of the following:
- takes one or more functions as arguments, which is a parameter of a procedure that is itself a procedure,
- returns a function as its result.
Meld's supported higher-order functions are shown in the table below.
Higher-order function | Product sequence mapping | User operation |
---|---|---|
Transform (map) | ||
Filter | ||
Monitor | ||
Reduction (fold) | ||
Splitter (unfold) |