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/lambda.js

  • Provides:

    • dojox.lang.functional.lambda
  • dojox.lang.functional.rawLambda

    • parameters:
      • s: (typeof String)
    • returns
      Object
    • summary
      builds a function from a snippet, or array (composing),
      returns an object describing the function; functions are
      passed through unmodified.
    • description
      This method is to normalize a functional representation (a
      text snippet) to an object that contains an array of
      arguments, and a body , which is used to calculate the
      returning value.
    • type
      Function
  • dojox.lang.functional.buildLambda

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

    • parameters:
      • s: (typeof Function|String|Array)
    • returns
      Function
    • summary
      builds a function from a snippet, or array (composing),
      returns a function object; functions are passed through
      unmodified.
    • description
      This method is used to normalize a functional
      representation (a text snippet, an array, or a function) to
      a function object.
    • type
      Function
  • dojox.lang.functional.clearLambdaCache

    • summary
      clears internal cache of lambdas
    • type
      Function
  • dojox.lang.functional

    • alias - dojox.lang.functional
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object