public class StreamComprehender extends java.lang.Object implements com.aol.cyclops.lambda.api.Comprehender<LazyStream>
| Constructor and Description |
|---|
StreamComprehender() |
| Modifier and Type | Method and Description |
|---|---|
LazyStream |
empty() |
java.lang.Object |
executeflatMap(LazyStream t,
java.util.function.Function fn) |
java.lang.Object |
flatMap(LazyStream t,
java.util.function.Function fn) |
java.lang.Class |
getTargetClass() |
java.lang.Object |
map(LazyStream t,
java.util.function.Function fn) |
LazyStream |
of(java.lang.Object o) |
public java.lang.Object map(LazyStream t, java.util.function.Function fn)
map in interface com.aol.cyclops.lambda.api.Comprehender<LazyStream>public java.lang.Object executeflatMap(LazyStream t, java.util.function.Function fn)
executeflatMap in interface com.aol.cyclops.lambda.api.Comprehender<LazyStream>public java.lang.Object flatMap(LazyStream t, java.util.function.Function fn)
flatMap in interface com.aol.cyclops.lambda.api.Comprehender<LazyStream>public LazyStream of(java.lang.Object o)
of in interface com.aol.cyclops.lambda.api.Comprehender<LazyStream>public LazyStream empty()
empty in interface com.aol.cyclops.lambda.api.Comprehender<LazyStream>public java.lang.Class getTargetClass()
getTargetClass in interface com.aol.cyclops.lambda.api.Comprehender<LazyStream>