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

  • Provides:

    • dojox.lang.functional.util
  • Requires:

    • dojox.lang.functional.lambda in common
  • dojox.lang.functional.inlineLambda

    • parameters:
      • lambda: (typeof String)
        The String variable representing the lambda function.
      • init: (typeof String|Array)
        Conveys how to initialize parameters. If it is a String, then the apply() method
        would be emulated treating "init" as a list of input parameters.
        It it is an Array, then the call() method is emulated treating array members
        as input parameters.
      • add2dict: (typeof Function)
        The optional function, which is used to record names of lambda parameters.
        If supplied, this function is called with a name of every parameter.
    • returns
      String
    • summary
      Creates the inlined version of a string lambda.
    • type
      Function
  • dojox.lang.functional

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

    • type
      Object
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object