public final class io.reactivex.Notification<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.Notification
  super_class: java.lang.Object
{
  final java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  static final io.reactivex.Notification<java.lang.Object> COMPLETE;
    descriptor: Lio/reactivex/Notification;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lio/reactivex/Notification<Ljava/lang/Object;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 160
            new io.reactivex.Notification
            dup
            aconst_null
            invokespecial io.reactivex.Notification.<init>:(Ljava/lang/Object;)V
            putstatic io.reactivex.Notification.COMPLETE:Lio/reactivex/Notification;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.Notification this
        start local 1 // java.lang.Object value
         0: .line 30
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 31
            aload 0 /* this */
            aload 1 /* value */
            putfield io.reactivex.Notification.value:Ljava/lang/Object;
         2: .line 32
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactivex/Notification<TT;>;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public boolean isOnComplete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.Notification this
         0: .line 39
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            ifnonnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/Notification<TT;>;

  public boolean isOnError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.Notification this
         0: .line 49
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ireturn
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/Notification<TT;>;

  public boolean isOnNext();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.Notification this
         0: .line 59
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         1: .line 60
            aload 1 /* o */
            ifnull 2
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ifne 2
            iconst_1
            ireturn
      StackMap locals: java.lang.Object
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/Notification<TT;>;
            1    3     1     o  Ljava/lang/Object;

  public T getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.Notification this
         0: .line 72
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         1: .line 73
            aload 1 /* o */
            ifnull 3
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 74
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            areturn
         3: .line 76
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/Notification<TT;>;
            1    4     1     o  Ljava/lang/Object;
    Signature: ()TT;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public java.lang.Throwable getError();
    descriptor: ()Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.Notification this
         0: .line 87
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         1: .line 88
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 89
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.getError:(Ljava/lang/Object;)Ljava/lang/Throwable;
            areturn
         3: .line 91
      StackMap locals: java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/Notification<TT;>;
            1    4     1     o  Ljava/lang/Object;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.Nullable()

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.Notification this
        start local 1 // java.lang.Object obj
         0: .line 96
            aload 1 /* obj */
            instanceof io.reactivex.Notification
            ifeq 3
         1: .line 97
            aload 1 /* obj */
            checkcast io.reactivex.Notification
            astore 2 /* n */
        start local 2 // io.reactivex.Notification n
         2: .line 98
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            aload 2 /* n */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            invokestatic io.reactivex.internal.functions.ObjectHelper.equals:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactivex.Notification n
         3: .line 100
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/Notification<TT;>;
            0    4     1   obj  Ljava/lang/Object;
            2    3     2     n  Lio/reactivex/Notification<*>;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.Notification this
         0: .line 105
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         1: .line 106
            aload 1 /* o */
            ifnull 2
            aload 1 /* o */
            invokevirtual java.lang.Object.hashCode:()I
            goto 3
      StackMap locals: java.lang.Object
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/Notification<TT;>;
            1    4     1     o  Ljava/lang/Object;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactivex.Notification this
         0: .line 111
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            astore 1 /* o */
        start local 1 // java.lang.Object o
         1: .line 112
            aload 1 /* o */
            ifnonnull 3
         2: .line 113
            ldc "OnCompleteNotification"
            areturn
         3: .line 115
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.isError:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 116
            new java.lang.StringBuilder
            dup
            ldc "OnErrorNotification["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* o */
            invokestatic io.reactivex.internal.util.NotificationLite.getError:(Ljava/lang/Object;)Ljava/lang/Throwable;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
         5: .line 118
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "OnNextNotification["
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.reactivex.Notification.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.Object o
        end local 0 // io.reactivex.Notification this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/Notification<TT;>;
            1    6     1     o  Ljava/lang/Object;

  public static <T> io.reactivex.Notification<T> createOnNext(T);
    descriptor: (Ljava/lang/Object;)Lio/reactivex/Notification;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 130
            aload 0 /* value */
            ldc "value is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 131
            new io.reactivex.Notification
            dup
            aload 0 /* value */
            invokespecial io.reactivex.Notification.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  value  TT;
    Signature: <T:Ljava/lang/Object;>(TT;)Lio/reactivex/Notification<TT;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
    MethodParameters:
       Name  Flags
      value  

  public static <T> io.reactivex.Notification<T> createOnError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lio/reactivex/Notification;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Throwable error
         0: .line 143
            aload 0 /* error */
            ldc "error is null"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 144
            new io.reactivex.Notification
            dup
            aload 0 /* error */
            invokestatic io.reactivex.internal.util.NotificationLite.error:(Ljava/lang/Throwable;)Ljava/lang/Object;
            invokespecial io.reactivex.Notification.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Throwable error
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  error  Ljava/lang/Throwable;
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Throwable;)Lio/reactivex/Notification<TT;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()
    RuntimeInvisibleParameterAnnotations: 
      0:
        io.reactivex.annotations.NonNull()
    MethodParameters:
       Name  Flags
      error  

  public static <T> io.reactivex.Notification<T> createOnComplete();
    descriptor: ()Lio/reactivex/Notification;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 156
            getstatic io.reactivex.Notification.COMPLETE:Lio/reactivex/Notification;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <T:Ljava/lang/Object;>()Lio/reactivex/Notification<TT;>;
    RuntimeInvisibleAnnotations: 
      io.reactivex.annotations.NonNull()
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Notification.java"