public class AsStreamable
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AsStreamable.CoercedStreamable<T> |
| Constructor and Description |
|---|
AsStreamable() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Streamable<T> |
asStreamable(java.lang.Object toCoerce) |
static <T> Streamable<T> |
asStreamable(java.util.stream.Stream<T> toCoerce) |
public static <T> Streamable<T> asStreamable(java.lang.Object toCoerce)
public static <T> Streamable<T> asStreamable(java.util.stream.Stream<T> toCoerce)