Interface JsIterator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T>

All Known Subinterfaces:
Generator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T>, JsIteratorIterable<T>

@JsType(isNative=true, name="Iterator", namespace="<global>") public interface JsIterator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T>