diff --git a/docs/api/algorithm/classes/arrayiterator.html b/docs/api/algorithm/classes/arrayiterator.html index 594e9cd34..11e658564 100644 --- a/docs/api/algorithm/classes/arrayiterator.html +++ b/docs/api/algorithm/classes/arrayiterator.html @@ -135,7 +135,7 @@

constructor

  • @@ -167,7 +167,7 @@

    Private _index

    _index: number = 0
    @@ -177,7 +177,7 @@

    Private _source

    _source: ArrayLike<T>
    @@ -195,7 +195,7 @@

    clone

    @@ -219,7 +219,7 @@

    iter

    @@ -243,7 +243,7 @@

    next

    diff --git a/docs/api/algorithm/classes/chainiterator.html b/docs/api/algorithm/classes/chainiterator.html index 32ebc5338..af3368e2b 100644 --- a/docs/api/algorithm/classes/chainiterator.html +++ b/docs/api/algorithm/classes/chainiterator.html @@ -134,7 +134,7 @@

    constructor

  • @@ -166,7 +166,7 @@

    Private _active

    _active: IIterator<T> | undefined
    @@ -176,7 +176,7 @@

    Private _cloned

    _cloned: boolean = false
    @@ -186,7 +186,7 @@

    Private _source

    _source: IIterator<IIterator<T>>
    @@ -204,7 +204,7 @@

    clone

    @@ -228,7 +228,7 @@

    iter

    @@ -252,7 +252,7 @@

    next

    diff --git a/docs/api/algorithm/classes/emptyiterator.html b/docs/api/algorithm/classes/emptyiterator.html index aab1dfebf..f44abf15c 100644 --- a/docs/api/algorithm/classes/emptyiterator.html +++ b/docs/api/algorithm/classes/emptyiterator.html @@ -126,7 +126,7 @@

    constructor

  • @@ -152,7 +152,7 @@

    clone

    @@ -176,7 +176,7 @@

    iter

    @@ -200,7 +200,7 @@

    next

    diff --git a/docs/api/algorithm/classes/filteriterator.html b/docs/api/algorithm/classes/filteriterator.html index e5279af3e..ccfc491db 100644 --- a/docs/api/algorithm/classes/filteriterator.html +++ b/docs/api/algorithm/classes/filteriterator.html @@ -134,7 +134,7 @@

    constructor

  • @@ -195,7 +195,7 @@

    Private _fn

    _fn: function
    @@ -229,7 +229,7 @@

    Private _index

    _index: number = 0
    @@ -239,7 +239,7 @@

    Private _source

    _source: IIterator<T>
    @@ -257,7 +257,7 @@

    clone

    @@ -281,7 +281,7 @@

    iter

    @@ -305,7 +305,7 @@

    next

    diff --git a/docs/api/algorithm/classes/mapiterator.html b/docs/api/algorithm/classes/mapiterator.html index 02fc68037..b1f4b1728 100644 --- a/docs/api/algorithm/classes/mapiterator.html +++ b/docs/api/algorithm/classes/mapiterator.html @@ -137,7 +137,7 @@

    constructor

  • @@ -198,7 +198,7 @@

    Private _fn

    _fn: function
    @@ -232,7 +232,7 @@

    Private _index

    _index: number = 0
    @@ -242,7 +242,7 @@

    Private _source

    _source: IIterator<T>
    @@ -260,7 +260,7 @@

    clone

    @@ -284,7 +284,7 @@

    iter

    @@ -308,7 +308,7 @@

    next

    diff --git a/docs/api/algorithm/classes/rangeiterator.html b/docs/api/algorithm/classes/rangeiterator.html index 1ac579735..c73651b7c 100644 --- a/docs/api/algorithm/classes/rangeiterator.html +++ b/docs/api/algorithm/classes/rangeiterator.html @@ -128,7 +128,7 @@

    constructor

  • @@ -176,7 +176,7 @@

    Private _index

    _index: number = 0
    @@ -186,7 +186,7 @@

    Private _length

    _length: number
    @@ -196,7 +196,7 @@

    Private _start

    _start: number
    @@ -206,7 +206,7 @@

    Private _step

    _step: number
    @@ -216,7 +216,7 @@

    Private _stop

    _stop: number
    @@ -234,7 +234,7 @@

    clone

    @@ -258,7 +258,7 @@

    iter

    @@ -282,7 +282,7 @@

    next

    diff --git a/docs/api/algorithm/classes/repeatiterator.html b/docs/api/algorithm/classes/repeatiterator.html index f95af074d..f8178908a 100644 --- a/docs/api/algorithm/classes/repeatiterator.html +++ b/docs/api/algorithm/classes/repeatiterator.html @@ -133,7 +133,7 @@

    constructor

  • @@ -173,7 +173,7 @@

    Private _count

    _count: number
    @@ -183,7 +183,7 @@

    Private _value

    _value: T
    @@ -201,7 +201,7 @@

    clone

    @@ -225,7 +225,7 @@

    iter

    @@ -249,7 +249,7 @@

    next

    diff --git a/docs/api/algorithm/classes/retroarrayiterator.html b/docs/api/algorithm/classes/retroarrayiterator.html index e51c9e574..a5824fad2 100644 --- a/docs/api/algorithm/classes/retroarrayiterator.html +++ b/docs/api/algorithm/classes/retroarrayiterator.html @@ -135,7 +135,7 @@

    constructor

  • @@ -167,7 +167,7 @@

    Private _index

    _index: number
    @@ -177,7 +177,7 @@

    Private _source

    _source: ArrayLike<T>
    @@ -195,7 +195,7 @@

    clone

    @@ -219,7 +219,7 @@

    iter

    @@ -243,7 +243,7 @@

    next

    diff --git a/docs/api/algorithm/classes/strideiterator.html b/docs/api/algorithm/classes/strideiterator.html index 8662bcda3..846d7236d 100644 --- a/docs/api/algorithm/classes/strideiterator.html +++ b/docs/api/algorithm/classes/strideiterator.html @@ -133,7 +133,7 @@

    constructor

  • @@ -174,7 +174,7 @@

    Private _source

    _source: IIterator<T>
    @@ -184,7 +184,7 @@

    Private _step

    _step: number
    @@ -202,7 +202,7 @@

    clone

    @@ -226,7 +226,7 @@

    iter

    @@ -250,7 +250,7 @@

    next

    diff --git a/docs/api/algorithm/classes/takeiterator.html b/docs/api/algorithm/classes/takeiterator.html index 71bec1c4a..5e76df4ec 100644 --- a/docs/api/algorithm/classes/takeiterator.html +++ b/docs/api/algorithm/classes/takeiterator.html @@ -133,7 +133,7 @@

    constructor

  • @@ -173,7 +173,7 @@

    Private _count

    _count: number
    @@ -183,7 +183,7 @@

    Private _source

    _source: IIterator<T>
    @@ -201,7 +201,7 @@

    clone

    @@ -225,7 +225,7 @@

    iter

    @@ -249,7 +249,7 @@

    next

    diff --git a/docs/api/algorithm/classes/zipiterator.html b/docs/api/algorithm/classes/zipiterator.html index 806e9012a..5da122aa0 100644 --- a/docs/api/algorithm/classes/zipiterator.html +++ b/docs/api/algorithm/classes/zipiterator.html @@ -132,7 +132,7 @@

    constructor

  • @@ -164,7 +164,7 @@

    Private _source

    _source: IIterator<T>[]
    @@ -182,7 +182,7 @@

    clone

    @@ -206,7 +206,7 @@

    iter

    @@ -230,7 +230,7 @@

    next

    diff --git a/docs/api/algorithm/globals.html b/docs/api/algorithm/globals.html index ebee9e4d2..1bac30adf 100644 --- a/docs/api/algorithm/globals.html +++ b/docs/api/algorithm/globals.html @@ -141,7 +141,7 @@

    IterableOrArrayLike

    IterableOrArrayLike: IIterable<T> | ArrayLike<T>
    @@ -156,7 +156,7 @@

    RetroableOrArrayLike

    RetroableOrArrayLike: IRetroable<T> | ArrayLike<T>
    @@ -178,7 +178,7 @@

    chain

  • @@ -226,7 +226,7 @@

    each

  • @@ -304,7 +304,7 @@

    empty

  • @@ -339,7 +339,7 @@

    every

  • @@ -415,7 +415,7 @@

    filter

  • @@ -488,7 +488,7 @@

    find

  • @@ -575,7 +575,7 @@

    iter

  • @@ -616,7 +616,7 @@

    map

  • @@ -692,7 +692,7 @@

    max

  • @@ -775,7 +775,7 @@

    min

  • @@ -858,7 +858,7 @@

    minmax

  • @@ -941,7 +941,7 @@

    once

  • @@ -979,13 +979,13 @@

    Example

    range

    -
    - -

    fill

    -
      -
    • fill(value: JSONValue, start?: number, end?: number): this
    • -
    -
      -
    • - -
      -
      -

      Returns the this object after filling the section identified by start and end with value

      -
      -
      -

      Parameters

      -
        -
      • -
        value: JSONValue
        -
        -

        value to fill array section with

        -
        -
      • -
      • -
        Optional start: number
        -
        -

        index to start filling the array at. If start is negative, it is treated as - length+start where length is the length of the array.

        -
        -
      • -
      • -
        Optional end: number
        -
        -

        index to stop filling the array at. If end is negative, it is treated as - length+end.

        -
        -
      • -
      -

      Returns this

      -
    • -
    -

    filter

    @@ -468,7 +294,7 @@

    filter

    @@ -527,7 +353,7 @@

    Returns S<
    @@ -578,196 +404,6 @@

    Returns

    -
    - -

    find

    -
      -
    • find<S>(predicate: function, thisArg?: any): S | undefined
    • -
    • find(predicate: function, thisArg?: any): JSONValue | undefined
    • -
    -
      -
    • - -
      -
      -

      Returns the value of the first element in the array where predicate is true, and undefined - otherwise.

      -
      -
      -

      Type parameters

      - -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, find - immediately returns that element value. Otherwise, find returns undefined.

        -
        -
          -
        • - -
            -
          • -

            Parameters

            - -

            Returns boolean

            -
          • -
          -
        • -
        -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns S - | - undefined -

      -
    • -
    • - -

      Parameters

      -
        -
      • -
        predicate: function
        -
          -
        • - -
            -
          • -

            Parameters

            - -

            Returns boolean

            -
          • -
          -
        • -
        -
      • -
      • -
        Optional thisArg: any
        -
      • -
      -

      Returns JSONValue - | - undefined -

      -
    • -
    -
    -
    - -

    findIndex

    -
      -
    • findIndex(predicate: function, thisArg?: any): number
    • -
    -
      -
    • - -
      -
      -

      Returns the index of the first element in the array where predicate is true, and -1 - otherwise.

      -
      -
      -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, - findIndex immediately returns that element index. Otherwise, findIndex returns -1.

        -
        -
          -
        • - -
            -
          • -

            Parameters

            - -

            Returns boolean

            -
          • -
          -
        • -
        -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns number

      -
    • -
    -

    forEach

    @@ -779,7 +415,7 @@

    forEach

    @@ -834,14 +470,14 @@

    Returns void

    indexOf

      -
    • indexOf(searchElement: JSONValue, fromIndex?: number): number
    • +
    • indexOf(searchElement: JSONValue, fromIndex?: undefined | number): number

    -
    - -

    keys

    -
      -
    • keys(): IterableIterator<number>
    • -
    -
      -
    • - -
      -
      -

      Returns an iterable of keys in the array

      -
      -
      -

      Returns IterableIterator<number>

      -
    • -
    -

    lastIndexOf

      -
    • lastIndexOf(searchElement: JSONValue, fromIndex?: number): number
    • +
    • lastIndexOf(searchElement: JSONValue, fromIndex?: undefined | number): number
    -
    - -

    values

    - -
      -
    • - -
      -
      -

      Returns an iterable of values in the array

      -
      -
      -

      Returns IterableIterator<JSONValue>

      -
    • -
    -
  • diff --git a/docs/api/coreutils/interfaces/readonlyjsonarray.html b/docs/api/coreutils/interfaces/readonlyjsonarray.html index 52b921330..9fa6023e7 100644 --- a/docs/api/coreutils/interfaces/readonlyjsonarray.html +++ b/docs/api/coreutils/interfaces/readonlyjsonarray.html @@ -106,17 +106,12 @@

    Properties

    Methods

    @@ -140,7 +134,7 @@

    length

    @@ -152,29 +146,6 @@

    length

    Methods

    -
    - -

    __@iterator

    - -
      -
    • - -
      -
      -

      Iterator of values in the array.

      -
      -
      -

      Returns IterableIterator<ReadonlyJSONValue>

      -
    • -
    -

    concat

    @@ -187,7 +158,7 @@

    concat

    @@ -210,7 +181,7 @@

    Returns

    Inherited from ReadonlyArray.concat

      -
    • Defined in /Users/ssilvester/workspace/phosphor/node_modules/typescript/lib/lib.es5.d.ts:1038
    • +
    • Defined in C:/Source/phosphor/node_modules/typescript/lib/lib.es5.d.ts:1038
    @@ -231,29 +202,6 @@

    Returns - -

    entries

    - -
      -
    • - -
      -
      -

      Returns an iterable of key, value pairs for every entry in the array

      -
      -
      -

      Returns IterableIterator<[number, ReadonlyJSONValue]>

      -
    • -
    -

    every

    @@ -265,7 +213,7 @@

    every

    @@ -328,7 +276,7 @@

    filter

    @@ -387,7 +335,7 @@

    Returns S<
    @@ -438,196 +386,6 @@

    Returns - -

    find

    -
      -
    • find<S>(predicate: function, thisArg?: any): S | undefined
    • -
    • find(predicate: function, thisArg?: any): ReadonlyJSONValue | undefined
    • -
    -
      -
    • - -
      -
      -

      Returns the value of the first element in the array where predicate is true, and undefined - otherwise.

      -
      -
      -

      Type parameters

      - -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, find - immediately returns that element value. Otherwise, find returns undefined.

        -
        - -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns S - | - undefined -

      -
    • -
    • - -

      Parameters

      - -

      Returns ReadonlyJSONValue - | - undefined -

      -
    • -
    -

    -
    - -

    findIndex

    -
      -
    • findIndex(predicate: function, thisArg?: any): number
    • -
    -
      -
    • - -
      -
      -

      Returns the index of the first element in the array where predicate is true, and -1 - otherwise.

      -
      -
      -

      Parameters

      -
        -
      • -
        predicate: function
        -
        -

        find calls predicate once for each element of the array, in ascending - order, until it finds one where predicate returns true. If such an element is found, - findIndex immediately returns that element index. Otherwise, findIndex returns -1.

        -
        - -
      • -
      • -
        Optional thisArg: any
        -
        -

        If provided, it will be used as the this value for each invocation of - predicate. If it is not provided, undefined is used instead.

        -
        -
      • -
      -

      Returns number

      -
    • -
    -

    forEach

    @@ -639,7 +397,7 @@

    forEach

    @@ -694,14 +452,14 @@

    Returns void

    indexOf

    • @@ -718,7 +476,7 @@
      searchElement: Optional fromIndex: number
      +
      Optional fromIndex: undefined | number

      The array index at which to begin the search. If fromIndex is omitted, the search starts at index 0.

      @@ -732,14 +490,14 @@

      Returns number

      join

        -
      • join(separator?: string): string
      • +
      • join(separator?: undefined | string): string
      • @@ -750,7 +508,7 @@

        join

        Parameters

        • -
          Optional separator: string
          +
          Optional separator: undefined | string

          A string used to separate one element of an array from the next in the resulting String. If omitted, the array elements are separated with a comma.

          @@ -760,41 +518,18 @@

          Returns string

    -
    - -

    keys

    -
      -
    • keys(): IterableIterator<number>
    • -
    -
      -
    • - -
      -
      -

      Returns an iterable of keys in the array

      -
      -
      -

      Returns IterableIterator<number>

      -
    • -
    -

    lastIndexOf

    -
    - -

    values

    - -
      -
    • - -
      -
      -

      Returns an iterable of values in the array

      -
      -
      -

      Returns IterableIterator<ReadonlyJSONValue>

      -
    • -
    -