com.aol.cyclops.javaslang.FromSimpleReact Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cyclops-javaslang Show documentation
Show all versions of cyclops-javaslang Show documentation
Converters and Comprehenders for Javaslang
package com.aol.cyclops.javaslang;
import com.aol.simple.react.stream.traits.FutureStream;
public class FromSimpleReact {
public static javaslang.collection.Stream fromSimpleReact(
FutureStream s) {
return javaslang.collection.Stream.ofAll(s.iterator());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy