| Package | Description |
|---|---|
| rx |
Rx Observables
|
| rx.internal.operators |
Operators that allow composing Observables to transform and manipulate data in an asynchronous, functional and thread-safe manner.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.getKind()
Retrieves the kind of this notification:
OnNext,
OnError, or
OnCompleted
|
static Notification |
Notification.Kind.valueOf(String
Returns the enum constant of this type with the specified name.
|
static Notification |
Notification.Kind.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
NotificationLite.kind(Object
Indicates which variety a particular lite notification is.
|