Package | Description |
---|---|
reactor.rx.action |
Actions are Reactive Streams components derived from Reactive Extensions and beyond.
|
Modifier and Type | Method and Description |
---|---|
Signal.Type |
Signal.getType()
Read the type of this signal:
Subscribe , Next , Error , or Complete |
static Signal.Type |
Signal.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signal.Type[] |
Signal.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.