![JAR search and dependency download from the Maven repository](/logo.png)
com.aol.cyclops.guava.FromSimpleReact Maven / Gradle / Ivy
package com.aol.cyclops.guava;
import com.aol.simple.react.stream.traits.LazyFutureStream;
import com.google.common.collect.FluentIterable;
public class FromSimpleReact {
public static FluentIterable fromSimpleReact(
LazyFutureStream s) {
return FluentIterable.from(s);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy