public final class io.reactivex.internal.operators.completable.CompletablePeek extends io.reactivex.Completable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.completable.CompletablePeek
  super_class: io.reactivex.Completable
{
  final io.reactivex.CompletableSource source;
    descriptor: Lio/reactivex/CompletableSource;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable> onSubscribe;
    descriptor: Lio/reactivex/functions/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;

  final io.reactivex.functions.Consumer<? super java.lang.Throwable> onError;
    descriptor: Lio/reactivex/functions/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;

  final io.reactivex.functions.Action onComplete;
    descriptor: Lio/reactivex/functions/Action;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.functions.Action onTerminate;
    descriptor: Lio/reactivex/functions/Action;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.functions.Action onAfterTerminate;
    descriptor: Lio/reactivex/functions/Action;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.functions.Action onDispose;
    descriptor: Lio/reactivex/functions/Action;
    flags: (0x0010) ACC_FINAL

  public void <init>(io.reactivex.CompletableSource, io.reactivex.functions.Consumer<? super io.reactivex.disposables.Disposable>, io.reactivex.functions.Consumer<? super java.lang.Throwable>, io.reactivex.functions.Action, io.reactivex.functions.Action, io.reactivex.functions.Action, io.reactivex.functions.Action);
    descriptor: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek this
        start local 1 // io.reactivex.CompletableSource source
        start local 2 // io.reactivex.functions.Consumer onSubscribe
        start local 3 // io.reactivex.functions.Consumer onError
        start local 4 // io.reactivex.functions.Action onComplete
        start local 5 // io.reactivex.functions.Action onTerminate
        start local 6 // io.reactivex.functions.Action onAfterTerminate
        start local 7 // io.reactivex.functions.Action onDispose
         0: .line 33
            aload 0 /* this */
            invokespecial io.reactivex.Completable.<init>:()V
         1: .line 39
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.completable.CompletablePeek.source:Lio/reactivex/CompletableSource;
         2: .line 40
            aload 0 /* this */
            aload 2 /* onSubscribe */
            putfield io.reactivex.internal.operators.completable.CompletablePeek.onSubscribe:Lio/reactivex/functions/Consumer;
         3: .line 41
            aload 0 /* this */
            aload 3 /* onError */
            putfield io.reactivex.internal.operators.completable.CompletablePeek.onError:Lio/reactivex/functions/Consumer;
         4: .line 42
            aload 0 /* this */
            aload 4 /* onComplete */
            putfield io.reactivex.internal.operators.completable.CompletablePeek.onComplete:Lio/reactivex/functions/Action;
         5: .line 43
            aload 0 /* this */
            aload 5 /* onTerminate */
            putfield io.reactivex.internal.operators.completable.CompletablePeek.onTerminate:Lio/reactivex/functions/Action;
         6: .line 44
            aload 0 /* this */
            aload 6 /* onAfterTerminate */
            putfield io.reactivex.internal.operators.completable.CompletablePeek.onAfterTerminate:Lio/reactivex/functions/Action;
         7: .line 45
            aload 0 /* this */
            aload 7 /* onDispose */
            putfield io.reactivex.internal.operators.completable.CompletablePeek.onDispose:Lio/reactivex/functions/Action;
         8: .line 46
            return
        end local 7 // io.reactivex.functions.Action onDispose
        end local 6 // io.reactivex.functions.Action onAfterTerminate
        end local 5 // io.reactivex.functions.Action onTerminate
        end local 4 // io.reactivex.functions.Action onComplete
        end local 3 // io.reactivex.functions.Consumer onError
        end local 2 // io.reactivex.functions.Consumer onSubscribe
        end local 1 // io.reactivex.CompletableSource source
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    9     0              this  Lio/reactivex/internal/operators/completable/CompletablePeek;
            0    9     1            source  Lio/reactivex/CompletableSource;
            0    9     2       onSubscribe  Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;
            0    9     3           onError  Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
            0    9     4        onComplete  Lio/reactivex/functions/Action;
            0    9     5       onTerminate  Lio/reactivex/functions/Action;
            0    9     6  onAfterTerminate  Lio/reactivex/functions/Action;
            0    9     7         onDispose  Lio/reactivex/functions/Action;
    Signature: (Lio/reactivex/CompletableSource;Lio/reactivex/functions/Consumer<-Lio/reactivex/disposables/Disposable;>;Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;Lio/reactivex/functions/Action;)V
    MethodParameters:
                  Name  Flags
      source            
      onSubscribe       
      onError           
      onComplete        
      onTerminate       
      onAfterTerminate  
      onDispose         

  protected void subscribeActual(io.reactivex.CompletableObserver);
    descriptor: (Lio/reactivex/CompletableObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.completable.CompletablePeek this
        start local 1 // io.reactivex.CompletableObserver observer
         0: .line 51
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletablePeek.source:Lio/reactivex/CompletableSource;
            new io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation
            dup
            aload 0 /* this */
            aload 1 /* observer */
            invokespecial io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation.<init>:(Lio/reactivex/internal/operators/completable/CompletablePeek;Lio/reactivex/CompletableObserver;)V
            invokeinterface io.reactivex.CompletableSource.subscribe:(Lio/reactivex/CompletableObserver;)V
         1: .line 52
            return
        end local 1 // io.reactivex.CompletableObserver observer
        end local 0 // io.reactivex.internal.operators.completable.CompletablePeek this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/reactivex/internal/operators/completable/CompletablePeek;
            0    2     1  observer  Lio/reactivex/CompletableObserver;
    MethodParameters:
          Name  Flags
      observer  final
}
SourceFile: "CompletablePeek.java"
NestMembers:
  io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation
InnerClasses:
  final CompletableObserverImplementation = io.reactivex.internal.operators.completable.CompletablePeek$CompletableObserverImplementation of io.reactivex.internal.operators.completable.CompletablePeek