final class reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber<T> extends reactor.core.publisher.Operators$MultiSubscriptionSubscriber<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber
  super_class: reactor.core.publisher.Operators$MultiSubscriptionSubscriber
{
  final org.reactivestreams.Publisher<? extends T> other;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<+TT;>;

  boolean once;
    descriptor: Z
    flags: (0x0000) 

  void <init>(reactor.core.CoreSubscriber<? super T>, org.reactivestreams.Publisher<? extends T>);
    descriptor: (Lreactor/core/CoreSubscriber;Lorg/reactivestreams/Publisher;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // org.reactivestreams.Publisher other
         0: .line 63
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial reactor.core.publisher.Operators$MultiSubscriptionSubscriber.<init>:(Lreactor/core/CoreSubscriber;)V
         1: .line 64
            aload 0 /* this */
            aload 2 /* other */
            putfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.other:Lorg/reactivestreams/Publisher;
         2: .line 65
            return
        end local 2 // org.reactivestreams.Publisher other
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lreactor/core/publisher/FluxSwitchIfEmpty$SwitchIfEmptySubscriber<TT;>;
            0    3     1  actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    3     2   other  Lorg/reactivestreams/Publisher<+TT;>;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;Lorg/reactivestreams/Publisher<+TT;>;)V
    MethodParameters:
        Name  Flags
      actual  
      other   

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
        start local 1 // java.lang.Object t
         0: .line 69
            aload 0 /* this */
            getfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.once:Z
            ifne 2
         1: .line 70
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.once:Z
         2: .line 73
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onNext:(Ljava/lang/Object;)V
         3: .line 74
            return
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxSwitchIfEmpty$SwitchIfEmptySubscriber<TT;>;
            0    4     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
         0: .line 78
            aload 0 /* this */
            getfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.once:Z
            ifne 4
         1: .line 79
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.once:Z
         2: .line 81
            aload 0 /* this */
            getfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.other:Lorg/reactivestreams/Publisher;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         3: .line 82
            goto 5
         4: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.onComplete:()V
         5: .line 86
      StackMap locals:
      StackMap stack:
            return
        end local 0 // reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/FluxSwitchIfEmpty$SwitchIfEmptySubscriber<TT;>;

  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.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 90
            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 91
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.Operators$MultiSubscriptionSubscriber.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/FluxSwitchIfEmpty$SwitchIfEmptySubscriber<TT;>;
            0    2     1   key  Lreactor/core/Scannable$Attr;
    MethodParameters:
      Name  Flags
      key   
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/Operators$MultiSubscriptionSubscriber<TT;TT;>;
SourceFile: "FluxSwitchIfEmpty.java"
NestHost: reactor.core.publisher.FluxSwitchIfEmpty
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 SwitchIfEmptySubscriber = reactor.core.publisher.FluxSwitchIfEmpty$SwitchIfEmptySubscriber of reactor.core.publisher.FluxSwitchIfEmpty
  abstract MultiSubscriptionSubscriber = reactor.core.publisher.Operators$MultiSubscriptionSubscriber of reactor.core.publisher.Operators