final class io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation implements io.reactivex.CompletableObserver, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation
  super_class: java.lang.Object
{
  final io.reactivex.CompletableObserver downstream;
    descriptor: Lio/reactivex/CompletableObserver;
    flags: (0x0010) ACC_FINAL

  io.reactivex.disposables.Disposable upstream;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  final io.reactivex.internal.operators.completable.CompletablePeek this$0;
    descriptor: Lio/reactivex/internal/operators/completable/CompletablePeek;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.reactivex.internal.operators.completable.CompletablePeek, io.reactivex.CompletableObserver);
    descriptor: (Lio/reactivex/internal/operators/completable/CompletablePeek;Lio/reactivex/CompletableObserver;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
        start local 2 // io.reactivex.CompletableObserver downstream
         0: .line 60
            aload 0 /* this */
            aload 1
            putfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 2 /* downstream */
            putfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.downstream:Lio/reactivex/CompletableObserver;
         2: .line 62
            return
        end local 2 // io.reactivex.CompletableObserver downstream
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/reactivex/internal/operators/completable/CompletablePeek$CompletableObserverImplementation;
            0    3     2  downstream  Lio/reactivex/CompletableObserver;
    MethodParameters:
            Name  Flags
      this$0      final
      downstream  

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 67
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            getfield io.reactivex.internal.operators.completable.CompletablePeek.onSubscribe:Lio/reactivex/functions/Consumer;
            aload 1 /* d */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 68
            goto 8
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         3: .line 69
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 70
            aload 1 /* d */
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         5: .line 71
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            putfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.upstream:Lio/reactivex/disposables/Disposable;
         6: .line 72
            aload 2 /* ex */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.downstream:Lio/reactivex/CompletableObserver;
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/CompletableObserver;)V
         7: .line 73
            return
        end local 2 // java.lang.Throwable ex
         8: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.upstream:Lio/reactivex/disposables/Disposable;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
            ifeq 11
         9: .line 76
            aload 0 /* this */
            aload 1 /* d */
            putfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.upstream:Lio/reactivex/disposables/Disposable;
        10: .line 77
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.downstream:Lio/reactivex/CompletableObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.CompletableObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
        11: .line 79
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/completable/CompletablePeek$CompletableObserverImplementation;
            0   12     1     d  Lio/reactivex/disposables/Disposable;
            3    8     2    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      d     final

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
        start local 1 // java.lang.Throwable e
         0: .line 83
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.upstream:Lio/reactivex/disposables/Disposable;
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            if_acmpne 3
         1: .line 84
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 85
            return
         3: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            getfield io.reactivex.internal.operators.completable.CompletablePeek.onError:Lio/reactivex/functions/Consumer;
            aload 1 /* e */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         4: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            getfield io.reactivex.internal.operators.completable.CompletablePeek.onTerminate:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         5: .line 90
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         6: astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         7: .line 91
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         8: .line 92
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* e */
            aastore
            dup
            iconst_1
            aload 2 /* ex */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            astore 1 /* e */
        end local 2 // java.lang.Throwable ex
         9: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.downstream:Lio/reactivex/CompletableObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
        10: .line 97
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.doAfter:()V
        11: .line 98
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/completable/CompletablePeek$CompletableObserverImplementation;
            0   12     1     e  Ljava/lang/Throwable;
            7    9     2    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     5       6  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
         0: .line 102
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.upstream:Lio/reactivex/disposables/Disposable;
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            if_acmpne 2
         1: .line 103
            return
         2: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            getfield io.reactivex.internal.operators.completable.CompletablePeek.onComplete:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         3: .line 108
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            getfield io.reactivex.internal.operators.completable.CompletablePeek.onTerminate:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         4: .line 109
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1 /* e */
        start local 1 // java.lang.Throwable e
         6: .line 110
            aload 1 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         7: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.downstream:Lio/reactivex/CompletableObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
         8: .line 112
            return
        end local 1 // java.lang.Throwable e
         9: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.downstream:Lio/reactivex/CompletableObserver;
            invokeinterface io.reactivex.CompletableObserver.onComplete:()V
        10: .line 117
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.doAfter:()V
        11: .line 118
            return
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lio/reactivex/internal/operators/completable/CompletablePeek$CompletableObserverImplementation;
            6    9     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     4       5  Class java.lang.Throwable

  void doAfter();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
         0: .line 122
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            getfield io.reactivex.internal.operators.completable.CompletablePeek.onAfterTerminate:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         1: .line 123
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         3: .line 124
            aload 1 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 125
            aload 1 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable ex
         5: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/completable/CompletablePeek$CompletableObserverImplementation;
            3    5     1    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
         0: .line 132
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.this$0:Lio/reactivex/internal/operators/completable/CompletablePeek;
            getfield io.reactivex.internal.operators.completable.CompletablePeek.onDispose:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         1: .line 133
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* e */
        start local 1 // java.lang.Throwable e
         3: .line 134
            aload 1 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 135
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable e
         5: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         6: .line 138
            return
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/completable/CompletablePeek$CompletableObserverImplementation;
            3    5     1     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
         0: .line 142
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ireturn
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/completable/CompletablePeek$CompletableObserverImplementation;
}
SourceFile: "CompletablePeek.java"
NestHost: io.reactivex.internal.operators.completable.CompletablePeek
InnerClasses:
  final CompletableObserverImplementation = io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation of io.reactivex.internal.operators.completable.CompletablePeek