Class Functions.NotificationOnNext<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.functions.Functions.NotificationOnNext<T>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Consumer<? super Notification<T>>
onNotification
-
Constructor Summary
Constructors Constructor Description NotificationOnNext(Consumer<? super Notification<T>> onNotification)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(T v)
Consume the given value.
-
-
-
Field Detail
-
onNotification
final Consumer<? super Notification<T>> onNotification
-
-
Constructor Detail
-
NotificationOnNext
NotificationOnNext(Consumer<? super Notification<T>> onNotification)
-
-