public class SimpleReactStreamComprehender extends java.lang.Object implements com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>
| Modifier and Type | Field and Description |
|---|---|
static int |
priority |
| Constructor and Description |
|---|
SimpleReactStreamComprehender() |
| Modifier and Type | Method and Description |
|---|---|
SimpleReactStream |
empty() |
java.lang.Object |
filter(SimpleReactStream t,
java.util.function.Predicate p) |
SimpleReactStream |
flatMap(SimpleReactStream t,
java.util.function.Function fn) |
java.lang.Class |
getTargetClass() |
java.lang.Object |
map(SimpleReactStream t,
java.util.function.Function fn) |
SimpleReactStream |
of(java.lang.Object o) |
int |
priority() |
java.lang.Object |
resolveForCrossTypeFlatMap(com.aol.cyclops.lambda.api.Comprehender comp,
SimpleReactStream apply) |
public int priority()
priority in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>public java.lang.Object filter(SimpleReactStream t, java.util.function.Predicate p)
filter in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>public java.lang.Object map(SimpleReactStream t, java.util.function.Function fn)
map in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>public SimpleReactStream flatMap(SimpleReactStream t, java.util.function.Function fn)
flatMap in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>public SimpleReactStream of(java.lang.Object o)
of in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>public SimpleReactStream empty()
empty in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>public java.lang.Class getTargetClass()
getTargetClass in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>public java.lang.Object resolveForCrossTypeFlatMap(com.aol.cyclops.lambda.api.Comprehender comp,
SimpleReactStream apply)
resolveForCrossTypeFlatMap in interface com.aol.cyclops.lambda.api.Comprehender<SimpleReactStream>