Package elemental2.core
Interface JsIterable<VALUE>
-
- All Known Subinterfaces:
Generator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T>
,JsIteratorIterable<T>
,ReadonlyArray<T>
- All Known Implementing Classes:
Arguments
,BigInt64Array
,BigUint64Array
,Float32Array
,Float64Array
,Int16Array
,Int32Array
,Int8Array
,ITemplateArray
,JsArray
,JsMap
,JsSet
,JsString
,RegExpResult
,RegExpResultIndices
,TypedArray
,Uint16Array
,Uint32Array
,Uint8Array
,Uint8ClampedArray
@JsType(isNative=true, name="Iterable", namespace="<global>") public interface JsIterable<VALUE>