@JsType(isNative=true,
name="Object",
namespace="<global>")
public interface JsIIterableResult<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getValue() |
boolean |
isDone() |
@JsProperty T getValue()
@JsProperty boolean isDone()