Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/lang/functional/listcomp.js

  • Provides:

    • dojox.lang.functional.listcomp
  • dojox.lang.functional.buildListcomp

    • parameters:
      • s: (typeof String)
    • returns
      String
    • summary
      builds a function from a text snippet, which represents a valid
      JS 1.7 list comprehension, returns a string, which represents the function.
    • description
      This method returns a textual representation of a function
      built from the list comprehension text snippet (conformant to JS 1.7).
      It is meant to be evaled in the proper context, so local variable can be
      pulled from the environment.
    • type
      Function
  • dojox.lang.functional.compileListcomp

    • parameters:
      • s: (typeof String)
    • returns
      Function
    • summary
      builds a function from a text snippet, which represents a valid
      JS 1.7 list comprehension, returns a function object.
    • description
      This method returns a function built from the list
      comprehension text snippet (conformant to JS 1.7). It is meant to be
      reused several times.
    • type
      Function
  • dojox.lang.functional.listcomp

    • parameters:
      • s: (typeof String)
    • returns
      Array
    • summary
      executes the list comprehension building an array.
    • type
      Function
  • dojox.lang.functional

    • type
      Object
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object