Uses of Enum Class
rx.Notification.Kind
Packages that use Notification.Kind
Package
Description
Base reactive classes: Observable, Single and Completable; base reactive consumers;
other common base interfaces.
Operators that allow composing Observables to transform and
manipulate data in an asynchronous, functional and thread-safe manner.
-
Uses of Notification.Kind in rx
Fields in rx declared as Notification.KindMethods in rx that return Notification.KindModifier and TypeMethodDescriptionNotification.getKind()
Retrieves the kind of this notification:OnNext
,OnError
, orOnCompleted
static Notification.Kind
Returns the enum constant of this class with the specified name.static Notification.Kind[]
Notification.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in rx with parameters of type Notification.Kind -
Uses of Notification.Kind in rx.internal.operators
Methods in rx.internal.operators that return Notification.KindModifier and TypeMethodDescriptionIndicates which variety a particular lite notification is.