public final class io.reactivex.internal.operators.flowable.FlowableTakeUntil<T, U> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableTakeUntil
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final org.reactivestreams.Publisher<? extends U> other;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TU;>;

  public void <init>(io.reactivex.Flowable<T>, org.reactivestreams.Publisher<? extends U>);
    descriptor: (Lio/reactivex/Flowable;Lorg/reactivestreams/Publisher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeUntil this
        start local 1 // io.reactivex.Flowable source
        start local 2 // org.reactivestreams.Publisher other
         0: .line 27
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 28
            aload 0 /* this */
            aload 2 /* other */
            putfield io.reactivex.internal.operators.flowable.FlowableTakeUntil.other:Lorg/reactivestreams/Publisher;
         2: .line 29
            return
        end local 2 // org.reactivestreams.Publisher other
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeUntil this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableTakeUntil<TT;TU;>;
            0    3     1  source  Lio/reactivex/Flowable<TT;>;
            0    3     2   other  Lorg/reactivestreams/Publisher<+TU;>;
    Signature: (Lio/reactivex/Flowable<TT;>;Lorg/reactivestreams/Publisher<+TU;>;)V
    MethodParameters:
        Name  Flags
      source  
      other   

  protected void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableTakeUntil this
        start local 1 // org.reactivestreams.Subscriber child
         0: .line 33
            new io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber
            dup
            aload 1 /* child */
            invokespecial io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
            astore 2 /* parent */
        start local 2 // io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber parent
         1: .line 34
            aload 1 /* child */
            aload 2 /* parent */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         2: .line 36
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeUntil.other:Lorg/reactivestreams/Publisher;
            aload 2 /* parent */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber.other:Lio/reactivex/internal/operators/flowable/FlowableTakeUntil$TakeUntilMainSubscriber$OtherSubscriber;
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         3: .line 38
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableTakeUntil.source:Lio/reactivex/Flowable;
            aload 2 /* parent */
            invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
         4: .line 39
            return
        end local 2 // io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber parent
        end local 1 // org.reactivestreams.Subscriber child
        end local 0 // io.reactivex.internal.operators.flowable.FlowableTakeUntil this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/reactivex/internal/operators/flowable/FlowableTakeUntil<TT;TU;>;
            0    5     1   child  Lorg/reactivestreams/Subscriber<-TT;>;
            1    5     2  parent  Lio/reactivex/internal/operators/flowable/FlowableTakeUntil$TakeUntilMainSubscriber<TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
       Name  Flags
      child  
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TT;>;
SourceFile: "FlowableTakeUntil.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber  io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber$OtherSubscriber
InnerClasses:
  final TakeUntilMainSubscriber = io.reactivex.internal.operators.flowable.FlowableTakeUntil$TakeUntilMainSubscriber of io.reactivex.internal.operators.flowable.FlowableTakeUntil