Class Functions.NotificationOnComplete<T>
java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.NotificationOnComplete<T>
- All Implemented Interfaces:
Action
- Enclosing class:
Functions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
Runs the action and optionally throws a checked exception.
-
Field Details
-
onNotification
-
-
Constructor Details
-
NotificationOnComplete
NotificationOnComplete(Consumer<? super Notification<T>> onNotification)
-
-
Method Details