public class ToStream
extends java.lang.Object
| Constructor and Description |
|---|
ToStream() |
| Modifier and Type | Method and Description |
|---|---|
static <T> <any> |
toFluentIterable(<any> s) |
static <T> <any> |
toFunctionalJavaStream(<any> s) |
static <T> <any> |
toFutureStream(<any> s) |
static <T> <any> |
toJooλ(<any> s) |
static <T> com.nurkiewicz.lazyseq.LazySeq<T> |
toLazySeq(<any> s) |
static <T> java.util.stream.Stream<T> |
toStream(<any> s) |
public static <T> <any> toFluentIterable(<any> s)
public static <T> java.util.stream.Stream<T> toStream(<any> s)
public static <T> <any> toJooλ(<any> s)
public static <T> <any> toFutureStream(<any> s)
public static <T> com.nurkiewicz.lazyseq.LazySeq<T> toLazySeq(<any> s)
public static <T> <any> toFunctionalJavaStream(<any> s)