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

  • Provides:

    • dojox.lang.functional.reversed
  • Requires:

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

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

    • parameters:
      • a: (typeof Array|String)
      • f: (typeof Function|String|Array)
      • o: (typeof Object)
    • summary
      executes a provided function once per array element.
    • type
      Function
  • dojox.lang.functional.mapRev

    • parameters:
      • a: (typeof Array|String)
      • f: (typeof Function|String|Array)
      • o: (typeof Object)
    • returns
      Array
    • summary
      creates a new array with the results of calling
      a provided function on every element in this array.
    • type
      Function
  • dojox.lang.functional.everyRev

    • parameters:
      • a: (typeof Array|String)
      • f: (typeof Function|String|Array)
      • o: (typeof Object)
    • returns
      Boolean
    • summary
      tests whether all elements in the array pass the test
      implemented by the provided function.
    • type
      Function
  • dojox.lang.functional.someRev

    • parameters:
      • a: (typeof Array|String)
      • f: (typeof Function|String|Array)
      • o: (typeof Object)
    • returns
      Boolean
    • summary
      tests whether some element in the array passes the test
      implemented by the provided function.
    • type
      Function
  • dojo

    • alias - dojo
  • dojox.lang.functional

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

    • type
      Object
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object