Interface AsyncIteratorIterable<VALUE>

  • All Superinterfaces:
    AsyncIterable<VALUE>, AsyncIterator<VALUE,​java.lang.Object,​java.lang.Object>
    All Known Subinterfaces:
    AsyncGenerator<VALUE,​UNUSED_RETURN_T,​UNUSED_NEXT_T>

    @JsType(isNative=true,
            namespace="<global>")
    public interface AsyncIteratorIterable<VALUE>
    extends AsyncIterable<VALUE>, AsyncIterator<VALUE,​java.lang.Object,​java.lang.Object>