final class reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber<U> implements reactor.core.publisher.InnerConsumer<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber
  super_class: java.lang.Object
{
  final reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber<?, U, ?> main;
    descriptor: Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber<*TU;*>;

  void <init>(reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber<?, U, ?>);
    descriptor: (Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
        start local 1 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber main
         0: .line 273
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 274
            aload 0 /* this */
            aload 1 /* main */
            putfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
         2: .line 275
            return
        end local 1 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber main
        end local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
            0    3     1  main  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber<*TU;*>;
    Signature: (Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber<*TU;*>;)V
    MethodParameters:
      Name  Flags
      main  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 279
            aload 0 /* this */
            getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
            aload 1 /* s */
            invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.setOther:(Lorg/reactivestreams/Subscription;)V
         1: .line 281
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         2: .line 282
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
            0    3     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  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.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 287
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.ACTUAL:Lreactor/core/Scannable$Attr;
            if_acmpne 2
         1: .line 288
            aload 0 /* this */
            getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
            areturn
         2: .line 290
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 4
         3: .line 291
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         4: .line 293
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
            0    5     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public reactor.util.context.Context currentContext();
    descriptor: ()Lreactor/util/context/Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
         0: .line 298
            aload 0 /* this */
            getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
            invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.currentContext:()Lreactor/util/context/Context;
            areturn
        end local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;

  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.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
        start local 1 // java.lang.Object t
         0: .line 303
            aload 0 /* this */
            getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
            aload 1 /* t */
            putfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.otherValue:Ljava/lang/Object;
         1: .line 304
            return
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
            0    2     1     t  TU;
    Signature: (TU;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 308
            aload 0 /* this */
            getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
            aload 1 /* t */
            invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.otherError:(Ljava/lang/Throwable;)V
         1: .line 309
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
         0: .line 313
            aload 0 /* this */
            getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
            invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.otherComplete:()V
         1: .line 314
            return
        end local 0 // reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
}
Signature: <U:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerConsumer<TU;>;
SourceFile: "FluxWithLatestFrom.java"
NestHost: reactor.core.publisher.FluxWithLatestFrom
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 WithLatestFromOtherSubscriber = reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber of reactor.core.publisher.FluxWithLatestFrom
  final WithLatestFromSubscriber = reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber of reactor.core.publisher.FluxWithLatestFrom