Class Functions.NotificationOnError<T>

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

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

  • Constructor Details

  • Method Details

    • accept

      public void accept(Throwable 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