Package

io.scalajs

collection

Permalink

package collection

Visibility
  1. Public
  2. All

Type Members

  1. trait Iterator[+A] extends Object

    Permalink

    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() @native()
    See also

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

  2. trait JsCollection[A] extends Object

    Permalink

    JavaScript Collection

    JavaScript Collection

    Annotations
    @RawJSType() @native()

Value Members

  1. object Iterator

    Permalink

    Iterator Companion

  2. object JsCollection

    Permalink

    JsCollection Companion

Ungrouped