Interface JsIterable<T extends @Nullable Object,TReturn extends @Nullable Object,TNext extends @Nullable Object>

All Known Subinterfaces:
Generator<T,TReturn,TNext>, JsIteratorIterable<T,TReturn,TNext>, ReadonlyArray<T>, ReadonlyMap<K,V>
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<T extends @Nullable Object,TReturn extends @Nullable Object,TNext extends @Nullable Object>