All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elemental2.core.JsIteratorIterable Maven / Gradle / Ivy

The newest version!
package elemental2.core;

import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;

@JsType(isNative = true, name = "IteratorIterable", namespace = JsPackage.GLOBAL)
public interface JsIteratorIterable extends JsIterable, JsIterator {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy