public final class io.reactivex.internal.operators.maybe.MaybeCallbackObserver<T> extends java.util.concurrent.atomic.AtomicReference<io.reactivex.disposables.Disposable> implements io.reactivex.MaybeObserver<T>, io.reactivex.disposables.Disposable, io.reactivex.observers.LambdaConsumerIntrospection
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeCallbackObserver
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6076952298809384986

  final io.reactivex.functions.Consumer<? super T> onSuccess;
    descriptor: Lio/reactivex/functions/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Consumer<-TT;>;

  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.Consumer<? super T>, io.reactivex.functions.Consumer<? super java.lang.Throwable>, io.reactivex.functions.Action);
    descriptor: (Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Consumer;Lio/reactivex/functions/Action;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
        start local 1 // io.reactivex.functions.Consumer onSuccess
        start local 2 // io.reactivex.functions.Consumer onError
        start local 3 // io.reactivex.functions.Action onComplete
         0: .line 46
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 47
            aload 0 /* this */
            aload 1 /* onSuccess */
            putfield io.reactivex.internal.operators.maybe.MaybeCallbackObserver.onSuccess:Lio/reactivex/functions/Consumer;
         2: .line 48
            aload 0 /* this */
            aload 2 /* onError */
            putfield io.reactivex.internal.operators.maybe.MaybeCallbackObserver.onError:Lio/reactivex/functions/Consumer;
         3: .line 49
            aload 0 /* this */
            aload 3 /* onComplete */
            putfield io.reactivex.internal.operators.maybe.MaybeCallbackObserver.onComplete:Lio/reactivex/functions/Action;
         4: .line 50
            return
        end local 3 // io.reactivex.functions.Action onComplete
        end local 2 // io.reactivex.functions.Consumer onError
        end local 1 // io.reactivex.functions.Consumer onSuccess
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/reactivex/internal/operators/maybe/MaybeCallbackObserver<TT;>;
            0    5     1   onSuccess  Lio/reactivex/functions/Consumer<-TT;>;
            0    5     2     onError  Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;
            0    5     3  onComplete  Lio/reactivex/functions/Action;
    Signature: (Lio/reactivex/functions/Consumer<-TT;>;Lio/reactivex/functions/Consumer<-Ljava/lang/Throwable;>;Lio/reactivex/functions/Action;)V
    MethodParameters:
            Name  Flags
      onSuccess   
      onError     
      onComplete  

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

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
         0: .line 59
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCallbackObserver.get:()Ljava/lang/Object;
            checkcast io.reactivex.disposables.Disposable
            invokestatic io.reactivex.internal.disposables.DisposableHelper.isDisposed:(Lio/reactivex/disposables/Disposable;)Z
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/maybe/MaybeCallbackObserver<TT;>;

  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.operators.maybe.MaybeCallbackObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 64
            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 65
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeCallbackObserver<TT;>;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onSuccess();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
        start local 1 // java.lang.Object value
         0: .line 69
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCallbackObserver.lazySet:(Ljava/lang/Object;)V
         1: .line 71
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCallbackObserver.onSuccess:Lio/reactivex/functions/Consumer;
            aload 1 /* value */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         2: .line 72
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         4: .line 73
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         5: .line 74
            aload 2 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable ex
         6: .line 76
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lio/reactivex/internal/operators/maybe/MaybeCallbackObserver<TT;>;
            0    7     1  value  TT;
            4    6     2     ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  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.maybe.MaybeCallbackObserver this
        start local 1 // java.lang.Throwable e
         0: .line 80
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCallbackObserver.lazySet:(Ljava/lang/Object;)V
         1: .line 82
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCallbackObserver.onError:Lio/reactivex/functions/Consumer;
            aload 1 /* e */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         2: .line 83
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         4: .line 84
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         5: .line 85
            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
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable ex
         6: .line 87
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/maybe/MaybeCallbackObserver<TT;>;
            0    7     1     e  Ljava/lang/Throwable;
            4    6     2    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  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.maybe.MaybeCallbackObserver this
         0: .line 91
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            invokevirtual io.reactivex.internal.operators.maybe.MaybeCallbackObserver.lazySet:(Ljava/lang/Object;)V
         1: .line 93
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCallbackObserver.onComplete:Lio/reactivex/functions/Action;
            invokeinterface io.reactivex.functions.Action.run:()V
         2: .line 94
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 1 /* ex */
        start local 1 // java.lang.Throwable ex
         4: .line 95
            aload 1 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         5: .line 96
            aload 1 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable ex
         6: .line 98
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/maybe/MaybeCallbackObserver<TT;>;
            4    6     1    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable

  public boolean hasCustomOnError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
         0: .line 102
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeCallbackObserver.onError:Lio/reactivex/functions/Consumer;
            getstatic io.reactivex.internal.functions.Functions.ON_ERROR_MISSING:Lio/reactivex/functions/Consumer;
            if_acmpeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.internal.operators.maybe.MaybeCallbackObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeCallbackObserver<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/MaybeObserver<TT;>;Lio/reactivex/disposables/Disposable;Lio/reactivex/observers/LambdaConsumerIntrospection;
SourceFile: "MaybeCallbackObserver.java"