![JAR search and dependency download from the Maven repository](/logo.png)
com.sproutigy.commons.async.collections.ReactiveIterable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of async Show documentation
Show all versions of async Show documentation
Async Programming Toolkit for Java
package com.sproutigy.commons.async.collections;
/**
* @author LukeAheadNET
*/
public interface ReactiveIterable {
void iterator(ReactiveIterator reactiveIterator);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy