final class io.reactivex.internal.functions.Functions$NotificationOnError<T> implements io.reactivex.functions.Consumer<java.lang.Throwable>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$NotificationOnError
  super_class: java.lang.Object
{
  final io.reactivex.functions.Consumer<? super io.reactivex.Notification<T>> onNotification;
    descriptor: Lio/reactivex/functions/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Consumer<-Lio/reactivex/Notification<TT;>;>;

  void <init>(io.reactivex.functions.Consumer<? super io.reactivex.Notification<T>>);
    descriptor: (Lio/reactivex/functions/Consumer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$NotificationOnError this
        start local 1 // io.reactivex.functions.Consumer onNotification
         0: .line 300
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 301
            aload 0 /* this */
            aload 1 /* onNotification */
            putfield io.reactivex.internal.functions.Functions$NotificationOnError.onNotification:Lio/reactivex/functions/Consumer;
         2: .line 302
            return
        end local 1 // io.reactivex.functions.Consumer onNotification
        end local 0 // io.reactivex.internal.functions.Functions$NotificationOnError this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/reactivex/internal/functions/Functions$NotificationOnError<TT;>;
            0    3     1  onNotification  Lio/reactivex/functions/Consumer<-Lio/reactivex/Notification<TT;>;>;
    Signature: (Lio/reactivex/functions/Consumer<-Lio/reactivex/Notification<TT;>;>;)V
    MethodParameters:
                Name  Flags
      onNotification  

  public void accept(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$NotificationOnError this
        start local 1 // java.lang.Throwable v
         0: .line 306
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$NotificationOnError.onNotification:Lio/reactivex/functions/Consumer;
            aload 1 /* v */
            invokestatic io.reactivex.Notification.createOnError:(Ljava/lang/Throwable;)Lio/reactivex/Notification;
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 307
            return
        end local 1 // java.lang.Throwable v
        end local 0 // io.reactivex.internal.functions.Functions$NotificationOnError this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/functions/Functions$NotificationOnError<TT;>;
            0    2     1     v  Ljava/lang/Throwable;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      v     

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Throwable
            invokevirtual io.reactivex.internal.functions.Functions$NotificationOnError.accept:(Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Consumer<Ljava/lang/Throwable;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final NotificationOnError = io.reactivex.internal.functions.Functions$NotificationOnError of io.reactivex.internal.functions.Functions