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

  • Provides:

    • dojox.lang.functional.object
  • Requires:

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

    • parameters:
      • obj: (typeof Object)
    • returns
      Array
    • summary
      returns an array of all keys in the object
    • type
      Function
  • dojox.lang.functional.values

    • parameters:
      • obj: (typeof Object)
    • returns
      Array
    • summary
      returns an array of all values in the object
    • type
      Function
  • dojox.lang.functional.filterIn

    • parameters:
      • obj: (typeof Object)
      • f: (typeof Function|String|Array)
      • o: (typeof Object)
    • returns
      Object
    • summary
      creates new object with all attributes that pass the test
      implemented by the provided function.
    • type
      Function
  • dojox.lang.functional.forIn

    • parameters:
      • obj: (typeof Object)
      • f: (typeof Function|String|Array)
      • o: (typeof Object)
    • returns
      Object
    • summary
      iterates over all object attributes.
    • type
      Function
  • dojox.lang.functional.mapIn

    • parameters:
      • obj: (typeof Object)
      • f: (typeof Function|String|Array)
      • o: (typeof Object)
    • returns
      Object
    • summary
      creates new object with the results of calling
      a provided function on every attribute in this object.
    • type
      Function
  • dojo

    • alias - dojo
  • dojox.lang.functional

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

    • type
      Object
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object