final class io.reactivex.internal.functions.Functions$NotificationOnNext<T> implements io.reactivex.functions.Consumer<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$NotificationOnNext
  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$NotificationOnNext this
        start local 1 // io.reactivex.functions.Consumer onNotification
         0: .line 287
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 288
            aload 0 /* this */
            aload 1 /* onNotification */
            putfield io.reactivex.internal.functions.Functions$NotificationOnNext.onNotification:Lio/reactivex/functions/Consumer;
         2: .line 289
            return
        end local 1 // io.reactivex.functions.Consumer onNotification
        end local 0 // io.reactivex.internal.functions.Functions$NotificationOnNext this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lio/reactivex/internal/functions/Functions$NotificationOnNext<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();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$NotificationOnNext this
        start local 1 // java.lang.Object v
         0: .line 293
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$NotificationOnNext.onNotification:Lio/reactivex/functions/Consumer;
            aload 1 /* v */
            invokestatic io.reactivex.Notification.createOnNext:(Ljava/lang/Object;)Lio/reactivex/Notification;
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 294
            return
        end local 1 // java.lang.Object v
        end local 0 // io.reactivex.internal.functions.Functions$NotificationOnNext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/functions/Functions$NotificationOnNext<TT;>;
            0    2     1     v  TT;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      v     
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Consumer<TT;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  final NotificationOnNext = io.reactivex.internal.functions.Functions$NotificationOnNext of io.reactivex.internal.functions.Functions