Packages

p

io.scalajs

collection

package collection

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Iterator[+A] extends Object

    The iterable protocol allows JavaScript objects to define or customize their iteration behavior, such as what values are looped over in a for..of construct.

    The iterable protocol allows JavaScript objects to define or customize their iteration behavior, such as what values are looped over in a for..of construct. Some built-in types are built-in iterables with a default iteration behavior, such as Array or Map, while other types (such as Object) are not.

    Annotations
    @RawJSType() @deprecated @native()
    Deprecated

    (Since version 0.9.0) Use scala.scalajs.js.Iterator

    See also

    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols

  2. trait JsCollection[A] extends Object

    JavaScript Collection

    JavaScript Collection

    Annotations
    @RawJSType() @native() @deprecated
    Deprecated

    (Since version 0.9.0) Use methods in js.Array or other js collections

Deprecated Value Members

  1. object Iterator

    Iterator Companion

    Iterator Companion

    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use scala.scalajs.js.Iterator

  2. object JsCollection

    JsCollection Companion

    JsCollection Companion

    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) Use methods in js.Array or other js collections

Ungrouped