public final class io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector<T, U, R> extends io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream<T, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector
  super_class: io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream
{
  final io.reactivex.functions.Function<? super T, ? extends io.reactivex.MaybeSource<? extends U>> mapper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+Lio/reactivex/MaybeSource<+TU;>;>;

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

  public void <init>(io.reactivex.MaybeSource<T>, io.reactivex.functions.Function<? super T, ? extends io.reactivex.MaybeSource<? extends U>>, io.reactivex.functions.BiFunction<? super T, ? super U, ? extends R>);
    descriptor: (Lio/reactivex/MaybeSource;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector this
        start local 1 // io.reactivex.MaybeSource source
        start local 2 // io.reactivex.functions.Function mapper
        start local 3 // io.reactivex.functions.BiFunction resultSelector
         0: .line 42
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.maybe.AbstractMaybeWithUpstream.<init>:(Lio/reactivex/MaybeSource;)V
         1: .line 43
            aload 0 /* this */
            aload 2 /* mapper */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector.mapper:Lio/reactivex/functions/Function;
         2: .line 44
            aload 0 /* this */
            aload 3 /* resultSelector */
            putfield io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector.resultSelector:Lio/reactivex/functions/BiFunction;
         3: .line 45
            return
        end local 3 // io.reactivex.functions.BiFunction resultSelector
        end local 2 // io.reactivex.functions.Function mapper
        end local 1 // io.reactivex.MaybeSource source
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapBiSelector<TT;TU;TR;>;
            0    4     1          source  Lio/reactivex/MaybeSource<TT;>;
            0    4     2          mapper  Lio/reactivex/functions/Function<-TT;+Lio/reactivex/MaybeSource<+TU;>;>;
            0    4     3  resultSelector  Lio/reactivex/functions/BiFunction<-TT;-TU;+TR;>;
    Signature: (Lio/reactivex/MaybeSource<TT;>;Lio/reactivex/functions/Function<-TT;+Lio/reactivex/MaybeSource<+TU;>;>;Lio/reactivex/functions/BiFunction<-TT;-TU;+TR;>;)V
    MethodParameters:
                Name  Flags
      source          
      mapper          
      resultSelector  

  protected void subscribeActual(io.reactivex.MaybeObserver<? super R>);
    descriptor: (Lio/reactivex/MaybeObserver;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector this
        start local 1 // io.reactivex.MaybeObserver observer
         0: .line 49
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector.source:Lio/reactivex/MaybeSource;
            new io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector$FlatMapBiMainObserver
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector.mapper:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector.resultSelector:Lio/reactivex/functions/BiFunction;
            invokespecial io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector$FlatMapBiMainObserver.<init>:(Lio/reactivex/MaybeObserver;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
         1: .line 50
            return
        end local 1 // io.reactivex.MaybeObserver observer
        end local 0 // io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/reactivex/internal/operators/maybe/MaybeFlatMapBiSelector<TT;TU;TR;>;
            0    2     1  observer  Lio/reactivex/MaybeObserver<-TR;>;
    Signature: (Lio/reactivex/MaybeObserver<-TR;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/operators/maybe/AbstractMaybeWithUpstream<TT;TR;>;
SourceFile: "MaybeFlatMapBiSelector.java"
NestMembers:
  io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector$FlatMapBiMainObserver  io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector$FlatMapBiMainObserver$InnerObserver
InnerClasses:
  final FlatMapBiMainObserver = io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector$FlatMapBiMainObserver of io.reactivex.internal.operators.maybe.MaybeFlatMapBiSelector