public final class io.reactivex.internal.operators.observable.ObservableGroupJoin<TLeft, TRight, TLeftEnd, TRightEnd, R> extends io.reactivex.internal.operators.observable.AbstractObservableWithUpstream<TLeft, R>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableGroupJoin
  super_class: io.reactivex.internal.operators.observable.AbstractObservableWithUpstream
{
  final io.reactivex.ObservableSource<? extends TRight> other;
    descriptor: Lio/reactivex/ObservableSource;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/ObservableSource<+TTRight;>;

  final io.reactivex.functions.Function<? super TLeft, ? extends io.reactivex.ObservableSource<TLeftEnd>> leftEnd;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TTLeft;+Lio/reactivex/ObservableSource<TTLeftEnd;>;>;

  final io.reactivex.functions.Function<? super TRight, ? extends io.reactivex.ObservableSource<TRightEnd>> rightEnd;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TTRight;+Lio/reactivex/ObservableSource<TTRightEnd;>;>;

  final io.reactivex.functions.BiFunction<? super TLeft, ? super io.reactivex.Observable<TRight>, ? extends R> resultSelector;
    descriptor: Lio/reactivex/functions/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiFunction<-TTLeft;-Lio/reactivex/Observable<TTRight;>;+TR;>;

  public void <init>(io.reactivex.ObservableSource<TLeft>, io.reactivex.ObservableSource<? extends TRight>, io.reactivex.functions.Function<? super TLeft, ? extends io.reactivex.ObservableSource<TLeftEnd>>, io.reactivex.functions.Function<? super TRight, ? extends io.reactivex.ObservableSource<TRightEnd>>, io.reactivex.functions.BiFunction<? super TLeft, ? super io.reactivex.Observable<TRight>, ? extends R>);
    descriptor: (Lio/reactivex/ObservableSource;Lio/reactivex/ObservableSource;Lio/reactivex/functions/Function;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // io.reactivex.internal.operators.observable.ObservableGroupJoin this
        start local 1 // io.reactivex.ObservableSource source
        start local 2 // io.reactivex.ObservableSource other
        start local 3 // io.reactivex.functions.Function leftEnd
        start local 4 // io.reactivex.functions.Function rightEnd
        start local 5 // io.reactivex.functions.BiFunction resultSelector
         0: .line 51
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.observable.AbstractObservableWithUpstream.<init>:(Lio/reactivex/ObservableSource;)V
         1: .line 52
            aload 0 /* this */
            aload 2 /* other */
            putfield io.reactivex.internal.operators.observable.ObservableGroupJoin.other:Lio/reactivex/ObservableSource;
         2: .line 53
            aload 0 /* this */
            aload 3 /* leftEnd */
            putfield io.reactivex.internal.operators.observable.ObservableGroupJoin.leftEnd:Lio/reactivex/functions/Function;
         3: .line 54
            aload 0 /* this */
            aload 4 /* rightEnd */
            putfield io.reactivex.internal.operators.observable.ObservableGroupJoin.rightEnd:Lio/reactivex/functions/Function;
         4: .line 55
            aload 0 /* this */
            aload 5 /* resultSelector */
            putfield io.reactivex.internal.operators.observable.ObservableGroupJoin.resultSelector:Lio/reactivex/functions/BiFunction;
         5: .line 56
            return
        end local 5 // io.reactivex.functions.BiFunction resultSelector
        end local 4 // io.reactivex.functions.Function rightEnd
        end local 3 // io.reactivex.functions.Function leftEnd
        end local 2 // io.reactivex.ObservableSource other
        end local 1 // io.reactivex.ObservableSource source
        end local 0 // io.reactivex.internal.operators.observable.ObservableGroupJoin this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lio/reactivex/internal/operators/observable/ObservableGroupJoin<TTLeft;TTRight;TTLeftEnd;TTRightEnd;TR;>;
            0    6     1          source  Lio/reactivex/ObservableSource<TTLeft;>;
            0    6     2           other  Lio/reactivex/ObservableSource<+TTRight;>;
            0    6     3         leftEnd  Lio/reactivex/functions/Function<-TTLeft;+Lio/reactivex/ObservableSource<TTLeftEnd;>;>;
            0    6     4        rightEnd  Lio/reactivex/functions/Function<-TTRight;+Lio/reactivex/ObservableSource<TTRightEnd;>;>;
            0    6     5  resultSelector  Lio/reactivex/functions/BiFunction<-TTLeft;-Lio/reactivex/Observable<TTRight;>;+TR;>;
    Signature: (Lio/reactivex/ObservableSource<TTLeft;>;Lio/reactivex/ObservableSource<+TTRight;>;Lio/reactivex/functions/Function<-TTLeft;+Lio/reactivex/ObservableSource<TTLeftEnd;>;>;Lio/reactivex/functions/Function<-TTRight;+Lio/reactivex/ObservableSource<TTRightEnd;>;>;Lio/reactivex/functions/BiFunction<-TTLeft;-Lio/reactivex/Observable<TTRight;>;+TR;>;)V
    MethodParameters:
                Name  Flags
      source          
      other           
      leftEnd         
      rightEnd        
      resultSelector  

  protected void subscribeActual(io.reactivex.Observer<? super R>);
    descriptor: (Lio/reactivex/Observer;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableGroupJoin this
        start local 1 // io.reactivex.Observer observer
         0: .line 62
            new io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable
            dup
            aload 1 /* observer */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGroupJoin.leftEnd:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGroupJoin.rightEnd:Lio/reactivex/functions/Function;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGroupJoin.resultSelector:Lio/reactivex/functions/BiFunction;
            invokespecial io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable.<init>:(Lio/reactivex/Observer;Lio/reactivex/functions/Function;Lio/reactivex/functions/Function;Lio/reactivex/functions/BiFunction;)V
         1: .line 61
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable parent
         2: .line 64
            aload 1 /* observer */
            aload 2 /* parent */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         3: .line 66
            new io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver
            dup
            aload 2 /* parent */
            iconst_1
            invokespecial io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver.<init>:(Lio/reactivex/internal/operators/observable/ObservableGroupJoin$JoinSupport;Z)V
            astore 3 /* left */
        start local 3 // io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver left
         4: .line 67
            aload 2 /* parent */
            getfield io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable.disposables:Lio/reactivex/disposables/CompositeDisposable;
            aload 3 /* left */
            invokevirtual io.reactivex.disposables.CompositeDisposable.add:(Lio/reactivex/disposables/Disposable;)Z
            pop
         5: .line 68
            new io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver
            dup
            aload 2 /* parent */
            iconst_0
            invokespecial io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver.<init>:(Lio/reactivex/internal/operators/observable/ObservableGroupJoin$JoinSupport;Z)V
            astore 4 /* right */
        start local 4 // io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver right
         6: .line 69
            aload 2 /* parent */
            getfield io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable.disposables:Lio/reactivex/disposables/CompositeDisposable;
            aload 4 /* right */
            invokevirtual io.reactivex.disposables.CompositeDisposable.add:(Lio/reactivex/disposables/Disposable;)Z
            pop
         7: .line 71
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGroupJoin.source:Lio/reactivex/ObservableSource;
            aload 3 /* left */
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         8: .line 72
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableGroupJoin.other:Lio/reactivex/ObservableSource;
            aload 4 /* right */
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
         9: .line 73
            return
        end local 4 // io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver right
        end local 3 // io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver left
        end local 2 // io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable parent
        end local 1 // io.reactivex.Observer observer
        end local 0 // io.reactivex.internal.operators.observable.ObservableGroupJoin this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Lio/reactivex/internal/operators/observable/ObservableGroupJoin<TTLeft;TTRight;TTLeftEnd;TTRightEnd;TR;>;
            0   10     1  observer  Lio/reactivex/Observer<-TR;>;
            2   10     2    parent  Lio/reactivex/internal/operators/observable/ObservableGroupJoin$GroupJoinDisposable<TTLeft;TTRight;TTLeftEnd;TTRightEnd;TR;>;
            4   10     3      left  Lio/reactivex/internal/operators/observable/ObservableGroupJoin$LeftRightObserver;
            6   10     4     right  Lio/reactivex/internal/operators/observable/ObservableGroupJoin$LeftRightObserver;
    Signature: (Lio/reactivex/Observer<-TR;>;)V
    MethodParameters:
          Name  Flags
      observer  
}
Signature: <TLeft:Ljava/lang/Object;TRight:Ljava/lang/Object;TLeftEnd:Ljava/lang/Object;TRightEnd:Ljava/lang/Object;R:Ljava/lang/Object;>Lio/reactivex/internal/operators/observable/AbstractObservableWithUpstream<TTLeft;TR;>;
SourceFile: "ObservableGroupJoin.java"
NestMembers:
  io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable  io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport  io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver  io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver
InnerClasses:
  final GroupJoinDisposable = io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable of io.reactivex.internal.operators.observable.ObservableGroupJoin
  abstract JoinSupport = io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport of io.reactivex.internal.operators.observable.ObservableGroupJoin
  final LeftRightEndObserver = io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver of io.reactivex.internal.operators.observable.ObservableGroupJoin
  final LeftRightObserver = io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver of io.reactivex.internal.operators.observable.ObservableGroupJoin