dojox.lang.functional
Functional language constructs, including currying and lambda.
FunctionsBack to top
builds a function from a text snippet, which represents a valid JS 1.7 list comprehension, returns a string, which represents the function.
builds a function from a text snippet, which represents a valid JS 1.7 list comprehension, returns a function object.
executes the list comprehension building an array.