public final class io.reactivex.internal.observers.CallbackCompletableObserver extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.CompletableObserver, io.reactivex.disposables.Disposable, io.reactivex.functions.Consumer<java.lang.Throwable>, io.reactivex.observers.LambdaConsumerIntrospection
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.observers.CallbackCompletableObserver
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4361286194466301354

  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

  public void <init>(io.reactivex.functions.Action);
    descriptor: (Lio/reactivex/functions/Action;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
        start local 1 // io.reactivex.functions.Action onComplete
         0: .line 35
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 0 /* this */
            putfield io.reactivex.internal.observers.CallbackCompletableObserver.onError:Lio/reactivex/functions/Consumer;
         2: .line 37
            aload 0 /* this */
            aload 1 /* onComplete */
            putfield io.reactivex.internal.observers.CallbackCompletableObserver.onComplete:Lio/reactivex/functions/Action;
         3: .line 38
            return
        end local 1 // io.reactivex.functions.Action onComplete
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/reactivex/internal/observers/CallbackCompletableObserver;
            0    4     1  onComplete  Lio/reactivex/functions/Action;
    MethodParameters:
            Name  Flags
      onComplete  

  public void <init>(io.reactivex.functions.Consumer<? super java.lang.Throwable>, io.reactivex.functions.Action);
    descriptor: (Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Action;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
        start local 1 // io.reactivex.functions.Consumer onError
        start local 2 // io.reactivex.functions.Action onComplete
         0: .line 40
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* onError */
            putfield io.reactivex.internal.observers.CallbackCompletableObserver.onError:Lio/reactivex/functions/Consumer;
         2: .line 42
            aload 0 /* this */
            aload 2 /* onComplete */
            putfield io.reactivex.internal.observers.CallbackCompletableObserver.onComplete:Lio/reactivex/functions/Action;
         3: .line 43
            return
        end local 2 // io.reactivex.functions.Action onComplete
        end local 1 // io.reactivex.functions.Consumer onError
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/reactivex/internal/observers/CallbackCompletableObserver;
            0    4     1     onError  Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
            0    4     2  onComplete  Lio/reactivex/functions/Action;
    Signature: (Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;Lio/reactivex/functions/Action;)V
    MethodParameters:
            Name  Flags
      onError     
      onComplete  

  public void accept(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
        start local 1 // java.lang.Throwable e
         0: .line 47
            new io.reactivex.exceptions.OnErrorNotImplementedException
            dup
            aload 1 /* e */
            invokespecial io.reactivex.exceptions.OnErrorNotImplementedException.<init>:(Ljava/lang/Throwable;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         1: .line 48
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/observers/CallbackCompletableObserver;
            0    2     1     e  Ljava/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.observers.CallbackCompletableObserver this
         0: .line 53
            aload 0 /* this */
            getfield io.reactivex.internal.observers.CallbackCompletableObserver.onComplete:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         1: .line 54
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         3: .line 55
            aload 1 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 56
            aload 1 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable ex
         5: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            invokevirtual io.reactivex.internal.observers.CallbackCompletableObserver.lazySet:(Ljava/lang/Object;)V
         6: .line 59
            return
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/observers/CallbackCompletableObserver;
            3    5     1    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
        start local 1 // java.lang.Throwable e
         0: .line 64
            aload 0 /* this */
            getfield io.reactivex.internal.observers.CallbackCompletableObserver.onError:Lio/reactivex/functions/Consumer;
            aload 1 /* e */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         1: .line 65
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         3: .line 66
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 67
            aload 2 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable ex
         5: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            invokevirtual io.reactivex.internal.observers.CallbackCompletableObserver.lazySet:(Ljava/lang/Object;)V
         6: .line 70
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/observers/CallbackCompletableObserver;
            0    7     1     e  Ljava/lang/Throwable;
            3    5     2    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      e     

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 74
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 75
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/observers/CallbackCompletableObserver;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
         0: .line 79
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 80
            return
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/observers/CallbackCompletableObserver;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
         0: .line 84
            aload 0 /* this */
            invokevirtual io.reactivex.internal.observers.CallbackCompletableObserver.get:()Ljava/lang/Object;
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/observers/CallbackCompletableObserver;

  public boolean hasCustomOnError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
         0: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.observers.CallbackCompletableObserver.onError:Lio/reactivex/functions/Consumer;
            aload 0 /* this */
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.observers.CallbackCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/observers/CallbackCompletableObserver;

  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.observers.CallbackCompletableObserver.accept:(Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/CompletableObserver;Lio/reactivex/disposables/Disposable;Lio/reactivex/functions/Consumer<Ljava/lang/Throwable;>;Lio/reactivex/observers/LambdaConsumerIntrospection;
SourceFile: "CallbackCompletableObserver.java"