Class Functions.NotificationOnNext<T>
java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.NotificationOnNext<T>
- All Implemented Interfaces:
Consumer<T>
- Enclosing class:
Functions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
onNotification
-
-
Constructor Details
-
NotificationOnNext
NotificationOnNext(Consumer<? super Notification<T>> onNotification)
-
-
Method Details