class reactor.adapter.JdkFlowAdapter$PublisherAsFlowPublisher<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: reactor.adapter.JdkFlowAdapter$PublisherAsFlowPublisher
  super_class: java.lang.Object
{
  private final org.reactivestreams.Publisher<T> pub;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<TT;>;

  private void <init>(org.reactivestreams.Publisher<T>);
    descriptor: (Lorg/reactivestreams/Publisher;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // reactor.adapter.JdkFlowAdapter$PublisherAsFlowPublisher this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import java.util.concurrent.Flow cannot be resolved\n\tFlow cannot be resolved to a type\n\tFlow cannot be resolved to a type\n\tjava.util.concurrent.Flow cannot be resolved to a type\n\tjava.util.concurrent.Flow cannot be resolved to a type\n\tpub cannot be resolved or is not a field\n\tpub cannot be resolved\n\tFlow cannot be resolved to a type\n\tFlow cannot be resolved to a type\n\tFlow cannot be resolved to a type\n\tFlow cannot be resolved to a type\n\tFlow cannot be resolved to a type\n\tsubscriber cannot be resolved or is not a field\n\tsubscriber cannot be resolved\n\tsubscriber cannot be resolved\n\tsubscriber cannot be resolved\n\tsubscriber cannot be resolved\n\tThe method request(long) of type JdkFlowAdapter.FlowSubscriber<T> must override or implement a supertype method\n\tThe method cancel() of type JdkFlowAdapter.FlowSubscriber<T> must override or implement a supertype method\n\tFlow cannot be resolved to a type\n\tFlow cannot be resolved to a type\n\tFlow cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n\tThe method onNext(T) of type JdkFlowAdapter.SubscriberToRS<T> must override or implement a supertype method\n\tThe method onError(Throwable) of type JdkFlowAdapter.SubscriberToRS<T> must override or implement a supertype method\n\tThe method onComplete() of type JdkFlowAdapter.SubscriberToRS<T> must override or implement a supertype method\n\tSubscription cannot be resolved to a type\n\tSubscription cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // reactor.adapter.JdkFlowAdapter$PublisherAsFlowPublisher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/adapter/JdkFlowAdapter$PublisherAsFlowPublisher<TT;>;
    Signature: (Lorg/reactivestreams/Publisher<TT;>;)V
    MethodParameters:
      Name  Flags
      pub   
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "JdkFlowAdapter.java"
NestHost: reactor.adapter.JdkFlowAdapter
InnerClasses:
  private PublisherAsFlowPublisher = reactor.adapter.JdkFlowAdapter$PublisherAsFlowPublisher of reactor.adapter.JdkFlowAdapter