final class io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver<T, R> implements io.reactivex.Observer<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver
  super_class: java.lang.Object
{
  final io.reactivex.Observer<? super R> downstream;
    descriptor: Lio/reactivex/Observer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/Observer<-TR;>;

  final io.reactivex.functions.BiFunction<R, ? super T, R> accumulator;
    descriptor: Lio/reactivex/functions/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;

  R value;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 
    Signature: TR;

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

  boolean done;
    descriptor: Z
    flags: (0x0000) 

  void <init>(io.reactivex.Observer<? super R>, io.reactivex.functions.BiFunction<R, ? super T, R>, );
    descriptor: (Lio/reactivex/Observer;Lio/reactivex/functions/BiFunction;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
        start local 1 // io.reactivex.Observer actual
        start local 2 // io.reactivex.functions.BiFunction accumulator
        start local 3 // java.lang.Object value
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
         2: .line 62
            aload 0 /* this */
            aload 2 /* accumulator */
            putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.accumulator:Lio/reactivex/functions/BiFunction;
         3: .line 63
            aload 0 /* this */
            aload 3 /* value */
            putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
         4: .line 64
            return
        end local 3 // java.lang.Object value
        end local 2 // io.reactivex.functions.BiFunction accumulator
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
            0    5     1       actual  Lio/reactivex/Observer<-TR;>;
            0    5     2  accumulator  Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;
            0    5     3        value  TR;
    Signature: (Lio/reactivex/Observer<-TR;>;Lio/reactivex/functions/BiFunction<TR;-TT;TR;>;TR;)V
    MethodParameters:
             Name  Flags
      actual       
      accumulator  
      value        

  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.observable.ObservableScanSeed$ScanSeedObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 68
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.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 4
         1: .line 69
            aload 0 /* this */
            aload 1 /* d */
            putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
         2: .line 71
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
            aload 0 /* this */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         3: .line 73
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
         4: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
            0    5     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.operators.observable.ObservableScanSeed$ScanSeedObserver this
         0: .line 79
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         1: .line 80
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
         0: .line 84
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ireturn
        end local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
        start local 1 // java.lang.Object t
         0: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.done:Z
            ifeq 2
         1: .line 90
            return
         2: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
            astore 2 /* v */
        start local 2 // java.lang.Object v
         3: .line 98
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.accumulator:Lio/reactivex/functions/BiFunction;
            aload 2 /* v */
            aload 1 /* t */
            invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The accumulator returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* u */
        start local 3 // java.lang.Object u
         4: .line 99
            goto 10
        end local 3 // java.lang.Object u
      StackMap locals: io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         5: astore 4 /* e */
        start local 4 // java.lang.Throwable e
         6: .line 100
            aload 4 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         7: .line 101
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         8: .line 102
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.onError:(Ljava/lang/Throwable;)V
         9: .line 103
            return
        end local 4 // java.lang.Throwable e
        start local 3 // java.lang.Object u
        10: .line 106
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            aload 3 /* u */
            putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.value:Ljava/lang/Object;
        11: .line 108
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
            aload 3 /* u */
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
        12: .line 109
            return
        end local 3 // java.lang.Object u
        end local 2 // java.lang.Object v
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
            0   13     1     t  TT;
            3   13     2     v  TR;
            4    5     3     u  TR;
           10   13     3     u  TR;
            6   10     4     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
        start local 1 // java.lang.Throwable t
         0: .line 113
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.done:Z
            ifeq 3
         1: .line 114
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 115
            return
         3: .line 117
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.done:Z
         4: .line 118
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* t */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
         5: .line 119
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
            0    6     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
         0: .line 123
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.done:Z
            ifeq 2
         1: .line 124
            return
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.done:Z
         3: .line 127
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver.downstream:Lio/reactivex/Observer;
            invokeinterface io.reactivex.Observer.onComplete:()V
         4: .line 128
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/observable/ObservableScanSeed$ScanSeedObserver<TT;TR;>;
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/Observer<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableScanSeed.java"
NestHost: io.reactivex.internal.operators.observable.ObservableScanSeed
InnerClasses:
  final ScanSeedObserver = io.reactivex.internal.operators.observable.ObservableScanSeed$ScanSeedObserver of io.reactivex.internal.operators.observable.ObservableScanSeed