Class Functions.NotificationOnComplete<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.NotificationOnComplete<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Consumer<? super Notification<T>>
onNotification
-
Constructor Summary
Constructors Constructor Description NotificationOnComplete(Consumer<? super Notification<T>> onNotification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Runs the action and optionally throws a checked exception.
-
-
-
Field Detail
-
onNotification
final Consumer<? super Notification<T>> onNotification
-
-
Constructor Detail
-
NotificationOnComplete
NotificationOnComplete(Consumer<? super Notification<T>> onNotification)
-
-