Interface Generator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T>

All Superinterfaces:
JsIterable<VALUE>, JsIterator<VALUE,Object,Object>, JsIteratorIterable<VALUE>

@JsType(isNative=true, namespace="<global>") public interface Generator<VALUE,UNUSED_RETURN_T,UNUSED_NEXT_T> extends JsIteratorIterable<VALUE>