Class Functions.NotificationOnNext<T>

java.lang.Object
io.reactivex.rxjava3.internal.functions.Functions.NotificationOnNext<T>
All Implemented Interfaces:
Consumer<T>
Enclosing class:
Functions

static final class Functions.NotificationOnNext<T> extends Object implements Consumer<T>
  • Field Details

  • Constructor Details

  • Method Details

    • accept

      public void accept(T v) throws Throwable
      Description copied from interface: Consumer
      Consume the given value.
      Specified by:
      accept in interface Consumer<T>
      Parameters:
      v - the value
      Throws:
      Throwable - if the implementation wishes to throw any type of exception