Namespacedojox.lang.functional

Functional language constructs, including currying and lambda.

Jump to PropertiesFunctionsBack 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.

Jump to FunctionsPropertiesBack to top