public final class io.reactivex.internal.operators.flowable.FlowableCollectSingle<T, U> extends io.reactivex.Single<U> implements io.reactivex.internal.fuseable.FuseToFlowable<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableCollectSingle
  super_class: io.reactivex.Single
{
  final io.reactivex.Flowable<T> source;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/Flowable<TT;>;

  final java.util.concurrent.Callable<? extends U> initialSupplier;
    descriptor: Ljava/util/concurrent/Callable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/Callable<+TU;>;

  final io.reactivex.functions.BiConsumer<? super U, ? super T> collector;
    descriptor: Lio/reactivex/functions/BiConsumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiConsumer<-TU;-TT;>;

  public void <init>(io.reactivex.Flowable<T>, java.util.concurrent.Callable<? extends U>, io.reactivex.functions.BiConsumer<? super U, ? super T>);
    descriptor: (Lio/reactivex/Flowable;Ljava/util/concurrent/Callable;Lio/reactivex/functions/BiConsumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCollectSingle this
        start local 1 // io.reactivex.Flowable source
        start local 2 // java.util.concurrent.Callable initialSupplier
        start local 3 // io.reactivex.functions.BiConsumer collector
         0: .line 36
            aload 0 /* this */
            invokespecial io.reactivex.Single.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.source:Lio/reactivex/Flowable;
         2: .line 38
            aload 0 /* this */
            aload 2 /* initialSupplier */
            putfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.initialSupplier:Ljava/util/concurrent/Callable;
         3: .line 39
            aload 0 /* this */
            aload 3 /* collector */
            putfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.collector:Lio/reactivex/functions/BiConsumer;
         4: .line 40
            return
        end local 3 // io.reactivex.functions.BiConsumer collector
        end local 2 // java.util.concurrent.Callable initialSupplier
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCollectSingle this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/reactivex/internal/operators/flowable/FlowableCollectSingle<TT;TU;>;
            0    5     1           source  Lio/reactivex/Flowable<TT;>;
            0    5     2  initialSupplier  Ljava/util/concurrent/Callable<+TU;>;
            0    5     3        collector  Lio/reactivex/functions/BiConsumer<-TU;-TT;>;
    Signature: (Lio/reactivex/Flowable<TT;>;Ljava/util/concurrent/Callable<+TU;>;Lio/reactivex/functions/BiConsumer<-TU;-TT;>;)V
    MethodParameters:
                 Name  Flags
      source           
      initialSupplier  
      collector        

  protected void subscribeActual(io.reactivex.SingleObserver<? super U>);
    descriptor: (Lio/reactivex/SingleObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCollectSingle this
        start local 1 // io.reactivex.SingleObserver observer
         0: .line 46
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.initialSupplier:Ljava/util/concurrent/Callable;
            invokeinterface java.util.concurrent.Callable.call:()Ljava/lang/Object;
            ldc "The initialSupplier returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* u */
        start local 2 // java.lang.Object u
         1: .line 47
            goto 5
        end local 2 // java.lang.Object u
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         3: .line 48
            aload 3 /* e */
            aload 1 /* observer */
            invokestatic io.reactivex.internal.disposables.EmptyDisposable.error:(Ljava/lang/Throwable;Lio/reactivex/SingleObserver;)V
         4: .line 49
            return
        end local 3 // java.lang.Throwable e
        start local 2 // java.lang.Object u
         5: .line 52
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.source:Lio/reactivex/Flowable;
            new io.reactivex.internal.operators.flowable.FlowableCollectSingle$CollectSubscriber
            dup
            aload 1 /* observer */
            aload 2 /* u */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.collector:Lio/reactivex/functions/BiConsumer;
            invokespecial io.reactivex.internal.operators.flowable.FlowableCollectSingle$CollectSubscriber.<init>:(Lio/reactivex/SingleObserver;Ljava/lang/Object;Lio/reactivex/functions/BiConsumer;)V
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         6: .line 53
            return
        end local 2 // java.lang.Object u
        end local 1 // io.reactivex.SingleObserver observer
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCollectSingle this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/reactivex/internal/operators/flowable/FlowableCollectSingle<TT;TU;>;
            0    7     1  observer  Lio/reactivex/SingleObserver<-TU;>;
            1    2     2         u  TU;
            5    7     2         u  TU;
            3    5     3         e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    Signature: (Lio/reactivex/SingleObserver<-TU;>;)V
    MethodParameters:
          Name  Flags
      observer  

  public io.reactivex.Flowable<U> fuseToFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableCollectSingle this
         0: .line 57
            new io.reactivex.internal.operators.flowable.FlowableCollect
            dup
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.source:Lio/reactivex/Flowable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.initialSupplier:Ljava/util/concurrent/Callable;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableCollectSingle.collector:Lio/reactivex/functions/BiConsumer;
            invokespecial io.reactivex.internal.operators.flowable.FlowableCollect.<init>:(Lio/reactivex/Flowable;Ljava/util/concurrent/Callable;Lio/reactivex/functions/BiConsumer;)V
            invokestatic io.reactivex.plugins.RxJavaPlugins.onAssembly:(Lio/reactivex/Flowable;)Lio/reactivex/Flowable;
            areturn
        end local 0 // io.reactivex.internal.operators.flowable.FlowableCollectSingle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/flowable/FlowableCollectSingle<TT;TU;>;
    Signature: ()Lio/reactivex/Flowable<TU;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/Single<TU;>;Lio/reactivex/internal/fuseable/FuseToFlowable<TU;>;
SourceFile: "FlowableCollectSingle.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableCollectSingle$CollectSubscriber
InnerClasses:
  final CollectSubscriber = io.reactivex.internal.operators.flowable.FlowableCollectSingle$CollectSubscriber of io.reactivex.internal.operators.flowable.FlowableCollectSingle