public class org.springframework.http.server.reactive.ChannelSendOperator<T> extends reactor.core.publisher.Mono<java.lang.Void> implements reactor.core.Scannable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.http.server.reactive.ChannelSendOperator
  super_class: reactor.core.publisher.Mono
{
  private final java.util.function.Function<org.reactivestreams.Publisher<T>, org.reactivestreams.Publisher<java.lang.Void>> writeFunction;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<Lorg/reactivestreams/Publisher<TT;>;Lorg/reactivestreams/Publisher<Ljava/lang/Void;>;>;

  private final reactor.core.publisher.Flux<T> source;
    descriptor: Lreactor/core/publisher/Flux;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lreactor/core/publisher/Flux<TT;>;

  public void <init>(org.reactivestreams.Publisher<? extends T>, java.util.function.Function<org.reactivestreams.Publisher<T>, org.reactivestreams.Publisher<java.lang.Void>>);
    descriptor: (Lorg/reactivestreams/Publisher;Ljava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator this
        start local 1 // org.reactivestreams.Publisher source
        start local 2 // java.util.function.Function writeFunction
         0: .line 54
            aload 0 /* this */
            invokespecial reactor.core.publisher.Mono.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* source */
            invokestatic reactor.core.publisher.Flux.from:(Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Flux;
            putfield org.springframework.http.server.reactive.ChannelSendOperator.source:Lreactor/core/publisher/Flux;
         2: .line 56
            aload 0 /* this */
            aload 2 /* writeFunction */
            putfield org.springframework.http.server.reactive.ChannelSendOperator.writeFunction:Ljava/util/function/Function;
         3: .line 57
            return
        end local 2 // java.util.function.Function writeFunction
        end local 1 // org.reactivestreams.Publisher source
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lorg/springframework/http/server/reactive/ChannelSendOperator<TT;>;
            0    4     1         source  Lorg/reactivestreams/Publisher<+TT;>;
            0    4     2  writeFunction  Ljava/util/function/Function<Lorg/reactivestreams/Publisher<TT;>;Lorg/reactivestreams/Publisher<Ljava/lang/Void;>;>;
    Signature: (Lorg/reactivestreams/Publisher<+TT;>;Ljava/util/function/Function<Lorg/reactivestreams/Publisher<TT;>;Lorg/reactivestreams/Publisher<Ljava/lang/Void;>;>;)V
    MethodParameters:
               Name  Flags
      source         
      writeFunction  

  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 // org.springframework.http.server.reactive.ChannelSendOperator this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 64
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PREFETCH:Lreactor/core/Scannable$Attr;
            if_acmpne 2
         1: .line 65
            ldc 2147483647
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PARENT:Lreactor/core/Scannable$Attr;
            if_acmpne 4
         3: .line 68
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator.source:Lreactor/core/publisher/Flux;
            areturn
         4: .line 70
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/springframework/http/server/reactive/ChannelSendOperator<TT;>;
            0    5     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public void subscribe(reactor.core.CoreSubscriber<? super java.lang.Void>);
    descriptor: (Lreactor/core/CoreSubscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.springframework.http.server.reactive.ChannelSendOperator this
        start local 1 // reactor.core.CoreSubscriber actual
         0: .line 75
            aload 0 /* this */
            getfield org.springframework.http.server.reactive.ChannelSendOperator.source:Lreactor/core/publisher/Flux;
            new org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier
            dup
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier.<init>:(Lorg/springframework/http/server/reactive/ChannelSendOperator;Lreactor/core/CoreSubscriber;)V
            invokevirtual reactor.core.publisher.Flux.subscribe:(Lreactor/core/CoreSubscriber;)V
         1: .line 76
            return
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // org.springframework.http.server.reactive.ChannelSendOperator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/http/server/reactive/ChannelSendOperator<TT;>;
            0    2     1  actual  Lreactor/core/CoreSubscriber<-Ljava/lang/Void;>;
    Signature: (Lreactor/core/CoreSubscriber<-Ljava/lang/Void;>;)V
    MethodParameters:
        Name  Flags
      actual  
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/Mono<Ljava/lang/Void;>;Lreactor/core/Scannable;
SourceFile: "ChannelSendOperator.java"
NestMembers:
  org.springframework.http.server.reactive.ChannelSendOperator$State  org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier  org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier
InnerClasses:
  private final State = org.springframework.http.server.reactive.ChannelSendOperator$State of org.springframework.http.server.reactive.ChannelSendOperator
  private WriteBarrier = org.springframework.http.server.reactive.ChannelSendOperator$WriteBarrier of org.springframework.http.server.reactive.ChannelSendOperator
  private WriteCompletionBarrier = org.springframework.http.server.reactive.ChannelSendOperator$WriteCompletionBarrier of org.springframework.http.server.reactive.ChannelSendOperator
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable