final class org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor<T, U> implements org.reactivestreams.Processor<T, U>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor
  super_class: java.lang.Object
{
  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 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
         0: .line 280
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tflow cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reactivestreams/FlowAdapters$ReactiveToFlowProcessor<TT;TU;>;
    MethodParameters:
              Name  Flags
      subscription  

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
         0: .line 285
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tflow cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reactivestreams/FlowAdapters$ReactiveToFlowProcessor<TT;TU;>;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
         0: .line 290
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tflow cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reactivestreams/FlowAdapters$ReactiveToFlowProcessor<TT;TU;>;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
         0: .line 295
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tflow cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reactivestreams/FlowAdapters$ReactiveToFlowProcessor<TT;TU;>;

  public void subscribe(org.reactivestreams.Subscriber<? super U>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
         0: .line 300
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tflow cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/reactivestreams/FlowAdapters$ReactiveToFlowProcessor<TT;TU;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/lang/Object;Lorg/reactivestreams/Processor<TT;TU;>;
SourceFile: "FlowAdapters.java"
NestHost: org.reactivestreams.FlowAdapters
InnerClasses:
  final ReactiveToFlowProcessor = org.reactivestreams.FlowAdapters$ReactiveToFlowProcessor of org.reactivestreams.FlowAdapters