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

  • Provides:

    • dojox.lang.functional.sequence
  • Requires:

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

    • parameters:
      • n: (typeof Number)
      • f: (typeof Function|String|Array)
      • z: (typeof Object)
      • o: (typeof Object)
    • returns
      Array
    • summary
      builds an array by repeatedly applying a unary function N times
      with a seed value Z. N should be greater than 0.
    • type
      Function
  • dojox.lang.functional.until

    • parameters:
      • pr: (typeof Function|String|Array)
      • f: (typeof Function|String|Array)
      • z: (typeof Object)
      • o: (typeof Object)
    • returns
      Array
    • summary
      builds an array by repeatedly applying a unary function with
      a seed value Z until the predicate is satisfied.
    • type
      Function
  • dojo

    • alias - dojo
  • dojox.lang.functional

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

    • type
      Object
  • dojox.lang

    • type
      Object
  • dojox

    • type
      Object