public final class io.reactivex.internal.operators.observable.ObservableGenerate<T, S> extends io.reactivex.Observable<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableGenerate
  super_class: io.reactivex.Observable
{
  final java.util.concurrent.Callable<S> stateSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<TS;>;

  final io.reactivex.functions.BiFunction<S, io.reactivex.Emitter<T>, S> generator;
    descriptor: Lio/reactivex/functions/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiFunction<TS;Lio/reactivex/Emitter<TT;>;TS;>;

  final io.reactivex.functions.Consumer<? super S> disposeState;
    descriptor: Lio/reactivex/functions/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Consumer<-TS;>;

  public void <init>(java.util.concurrent.Callable<S>, io.reactivex.functions.BiFunction<S, io.reactivex.Emitter<T>, S>, io.reactivex.functions.Consumer<? super S>);
    descriptor: (Ljava/util/concurrent/Callable;Lio/reactivex/functions/BiFunction;Lio/reactivex/functions/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.observable.ObservableGenerate this
        start local 1 // java.util.concurrent.Callable stateSupplier
        start local 2 // io.reactivex.functions.BiFunction generator
        start local 3 // io.reactivex.functions.Consumer disposeState
         0: .line 30
            aload 0 /* this */
            invokespecial io.reactivex.Observable.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* stateSupplier */
            putfield io.reactivex.internal.operators.observable.ObservableGenerate.stateSupplier:Ljava/util/concurrent/Callable;
         2: .line 33
            aload 0 /* this */
            aload 2 /* generator */
            putfield io.reactivex.internal.operators.observable.ObservableGenerate.generator:Lio/reactivex/functions/BiFunction;
         3: .line 34
            aload 0 /* this */
            aload 3 /* disposeState */
            putfield io.reactivex.internal.operators.observable.ObservableGenerate.disposeState:Lio/reactivex/functions/Consumer;
         4: .line 35
            return
        end local 3 // io.reactivex.functions.Consumer disposeState
        end local 2 // io.reactivex.functions.BiFunction generator
        end local 1 // java.util.concurrent.Callable stateSupplier
        end local 0 // io.reactivex.internal.operators.observable.ObservableGenerate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/reactivex/internal/operators/observable/ObservableGenerate<TT;TS;>;
            0    5     1  stateSupplier  Ljava/util/concurrent/Callable<TS;>;
            0    5     2      generator  Lio/reactivex/functions/BiFunction<TS;Lio/reactivex/Emitter<TT;>;TS;>;
            0    5     3   disposeState  Lio/reactivex/functions/Consumer<-TS;>;
    Signature: (Ljava/util/concurrent/Callable<TS;>;Lio/reactivex/functions/BiFunction<TS;Lio/reactivex/Emitter<TT;>;TS;>;Lio/reactivex/functions/Consumer<-TS;>;)V
    MethodParameters:
               Name  Flags
      stateSupplier  
      generator      
      disposeState   

  public void subscribeActual(io.reactivex.Observer<? super T>);
    descriptor: (Lio/reactivex/Observer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableGenerate this
        start local 1 // io.reactivex.Observer observer
         0: .line 42
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGenerate.stateSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            astore 2 /* state */
        start local 2 // java.lang.Object state
         1: .line 43
            goto 6
        end local 2 // java.lang.Object state
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 44
            aload 3 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         4: .line 45
            aload 3 /* e */
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/Observer;)V
         5: .line 46
            return
        end local 3 // java.lang.Throwable e
        start local 2 // java.lang.Object state
         6: .line 49
      StackMap locals: java.lang.Object
      StackMap stack:
            new io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGenerate.generator:Lio/reactivex/functions/BiFunction;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGenerate.disposeState:Lio/reactivex/functions/Consumer;
            aload 2 /* state */
            invokespecial io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.<init>:(Lio/reactivex/Observer;Lio/reactivex/functions/BiFunction;Lio/reactivex/functions/Consumer;Ljava/lang/Object;)V
            astore 3 /* gd */
        start local 3 // io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable gd
         7: .line 50
            aload 1 /* observer */
            aload 3 /* gd */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         8: .line 51
            aload 3 /* gd */
            invokevirtual io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable.run:()V
         9: .line 52
            return
        end local 3 // io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable gd
        end local 2 // java.lang.Object state
        end local 1 // io.reactivex.Observer observer
        end local 0 // io.reactivex.internal.operators.observable.ObservableGenerate this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lio/reactivex/internal/operators/observable/ObservableGenerate<TT;TS;>;
            0   10     1  observer  Lio/reactivex/Observer<-TT;>;
            1    2     2     state  TS;
            6   10     2     state  TS;
            3    6     3         e  Ljava/lang/Throwable;
            7   10     3        gd  Lio/reactivex/internal/operators/observable/ObservableGenerate$GeneratorDisposable<TT;TS;>;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (Lio/reactivex/Observer<-TT;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;S:Ljava/lang/Object;>Lio/reactivex/Observable<TT;>;
SourceFile: "ObservableGenerate.java"
NestMembers:
  io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable
InnerClasses:
  final GeneratorDisposable = io.reactivex.internal.operators.observable.ObservableGenerate$GeneratorDisposable of io.reactivex.internal.operators.observable.ObservableGenerate