public class SimpleReactStreamComprehender
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
priority |
Constructor and Description |
---|
SimpleReactStreamComprehender() |
Modifier and Type | Method and Description |
---|---|
EagerSimpleReactStream |
empty() |
java.lang.Object |
filter(EagerSimpleReactStream t,
java.util.function.Predicate p) |
EagerSimpleReactStream |
flatMap(EagerSimpleReactStream t,
java.util.function.Function fn) |
java.lang.Class |
getTargetClass() |
java.lang.Object |
map(EagerSimpleReactStream t,
java.util.function.Function fn) |
EagerSimpleReactStream |
of(java.lang.Object o) |
int |
priority() |
java.lang.Object |
resolveForCrossTypeFlatMap(Comprehender comp,
EagerSimpleReactStream apply) |
public int priority()
public java.lang.Object filter(EagerSimpleReactStream t, java.util.function.Predicate p)
public java.lang.Object map(EagerSimpleReactStream t, java.util.function.Function fn)
public EagerSimpleReactStream flatMap(EagerSimpleReactStream t, java.util.function.Function fn)
public EagerSimpleReactStream of(java.lang.Object o)
public EagerSimpleReactStream empty()
public java.lang.Class getTargetClass()
public java.lang.Object resolveForCrossTypeFlatMap(Comprehender comp, EagerSimpleReactStream apply)