Interface JsIteratorIterable<T>
- All Superinterfaces:
JsIterable<T>
,JsIterator<T,
Object, Object>
- All Known Subinterfaces:
Generator<VALUE,
UNUSED_RETURN_T, UNUSED_NEXT_T>
@JsType(isNative=true,
name="IteratorIterable",
namespace="<global>")
public interface JsIteratorIterable<T>
extends JsIterable<T>, JsIterator<T,Object,Object>
-
Method Summary
Methods inherited from interface elemental2.core.JsIterator
next, next