Package | Description |
---|---|
reactor.rx.stream |
Modifier and Type | Method and Description |
---|---|
MapStream.Operation |
MapStream.Signal.op() |
static MapStream.Operation |
MapStream.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapStream.Operation[] |
MapStream.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> MapStream.Signal<K,V> |
MapStream.Signal.create(MapStream.Operation op) |
static <K,V> MapStream.Signal<K,V> |
MapStream.Signal.create(MapStream.Operation op,
K key) |
static <K,V> MapStream.Signal<K,V> |
MapStream.Signal.create(MapStream.Operation op,
K key,
V value) |
static <K,V> MapStream.Signal<K,V> |
MapStream.Signal.create(MapStream.Operation op,
K key,
V value,
V previous) |
void |
MapStream.MutableSignal.op(MapStream.Operation op) |
Copyright © 2017. All rights reserved.