final class reactor.core.publisher.MonoTakeUntilOther<T, U> extends reactor.core.publisher.InternalMonoOperator<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.MonoTakeUntilOther
  super_class: reactor.core.publisher.InternalMonoOperator
{
  private final org.reactivestreams.Publisher<U> other;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<TU;>;

  void <init>(reactor.core.publisher.Mono<? extends T>, org.reactivestreams.Publisher<U>);
    descriptor: (Lreactor/core/publisher/Mono;Lorg/reactivestreams/Publisher;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // reactor.core.publisher.MonoTakeUntilOther this
        start local 1 // reactor.core.publisher.Mono source
        start local 2 // org.reactivestreams.Publisher other
         0: .line 37
            aload 0 /* this */
            aload 1 /* source */
            invokespecial reactor.core.publisher.InternalMonoOperator.<init>:(Lreactor/core/publisher/Mono;)V
         1: .line 38
            aload 0 /* this */
            aload 2 /* other */
            ldc "other"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            putfield reactor.core.publisher.MonoTakeUntilOther.other:Lorg/reactivestreams/Publisher;
         2: .line 39
            return
        end local 2 // org.reactivestreams.Publisher other
        end local 1 // reactor.core.publisher.Mono source
        end local 0 // reactor.core.publisher.MonoTakeUntilOther this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lreactor/core/publisher/MonoTakeUntilOther<TT;TU;>;
            0    3     1  source  Lreactor/core/publisher/Mono<+TT;>;
            0    3     2   other  Lorg/reactivestreams/Publisher<TU;>;
    Signature: (Lreactor/core/publisher/Mono<+TT;>;Lorg/reactivestreams/Publisher<TU;>;)V
    MethodParameters:
        Name  Flags
      source  
      other   

  public reactor.core.CoreSubscriber<? super T> subscribeOrReturn(reactor.core.CoreSubscriber<? super T>);
    descriptor: (Lreactor/core/CoreSubscriber;)Lreactor/core/CoreSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // reactor.core.publisher.MonoTakeUntilOther this
        start local 1 // reactor.core.CoreSubscriber actual
         0: .line 43
            new reactor.core.publisher.FluxTakeUntilOther$TakeUntilMainSubscriber
            dup
         1: .line 44
            aload 1 /* actual */
         2: .line 43
            invokespecial reactor.core.publisher.FluxTakeUntilOther$TakeUntilMainSubscriber.<init>:(Lreactor/core/CoreSubscriber;)V
            astore 2 /* mainSubscriber */
        start local 2 // reactor.core.publisher.FluxTakeUntilOther$TakeUntilMainSubscriber mainSubscriber
         3: .line 46
            new reactor.core.publisher.FluxTakeUntilOther$TakeUntilOtherSubscriber
            dup
            aload 2 /* mainSubscriber */
            invokespecial reactor.core.publisher.FluxTakeUntilOther$TakeUntilOtherSubscriber.<init>:(Lreactor/core/publisher/FluxTakeUntilOther$TakeUntilMainSubscriber;)V
            astore 3 /* otherSubscriber */
        start local 3 // reactor.core.publisher.FluxTakeUntilOther$TakeUntilOtherSubscriber otherSubscriber
         4: .line 48
            aload 0 /* this */
            getfield reactor.core.publisher.MonoTakeUntilOther.other:Lorg/reactivestreams/Publisher;
            aload 3 /* otherSubscriber */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         5: .line 49
            aload 2 /* mainSubscriber */
            areturn
        end local 3 // reactor.core.publisher.FluxTakeUntilOther$TakeUntilOtherSubscriber otherSubscriber
        end local 2 // reactor.core.publisher.FluxTakeUntilOther$TakeUntilMainSubscriber mainSubscriber
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.MonoTakeUntilOther this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    6     0             this  Lreactor/core/publisher/MonoTakeUntilOther<TT;TU;>;
            0    6     1           actual  Lreactor/core/CoreSubscriber<-TT;>;
            3    6     2   mainSubscriber  Lreactor/core/publisher/FluxTakeUntilOther$TakeUntilMainSubscriber<TT;>;
            4    6     3  otherSubscriber  Lreactor/core/publisher/FluxTakeUntilOther$TakeUntilOtherSubscriber<TU;>;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;)Lreactor/core/CoreSubscriber<-TT;>;
    MethodParameters:
        Name  Flags
      actual  

  public java.lang.Object scanUnsafe(reactor.core.Scannable$Attr);
    descriptor: (Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoTakeUntilOther this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 54
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         1: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.InternalMonoOperator.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.MonoTakeUntilOther this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/MonoTakeUntilOther<TT;TU;>;
            0    2     1   key  Lreactor/core/Scannable$Attr;
    MethodParameters:
      Name  Flags
      key   
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lreactor/core/publisher/InternalMonoOperator<TT;TT;>;
SourceFile: "MonoTakeUntilOther.java"
InnerClasses:
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
  final TakeUntilMainSubscriber = reactor.core.publisher.FluxTakeUntilOther$TakeUntilMainSubscriber of reactor.core.publisher.FluxTakeUntilOther
  final TakeUntilOtherSubscriber = reactor.core.publisher.FluxTakeUntilOther$TakeUntilOtherSubscriber of reactor.core.publisher.FluxTakeUntilOther