Iterable

Moduleejs
Namespaceiterator
Definition class Iterable
InheritanceIterable

Iterable is a temporary interface until we have the IterableType structural type.


Properties

QualifiersPropertyTypeDescription
No properties defined

Iterable Methods

QualifiersMethod
get(deep: Boolean): Iterator
 Get an Iterator.
getValues(deep: Boolean): Iterator

Method Detail

get(deep: Boolean): Iterator

Get an Iterator.

Parameters
deep: Boolean Iterate over prototype properties when the Iterator calls next() [default: false]
Returns
An Iterator.

getValues(deep: Boolean): Iterator