package collection
- Alphabetic
- Public
- All
Type Members
-
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
-
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
-
object
Iterator
Iterator Companion
Iterator Companion
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) Use scala.scalajs.js.Iterator
-
object
JsCollection
JsCollection Companion
JsCollection Companion
- Annotations
- @deprecated
- Deprecated
(Since version 0.9.0) Use methods in js.Array or other js collections