class io.micronaut.core.async.publisher.Publishers$2 extends io.micronaut.core.async.subscriber.CompletionAwareSubscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.micronaut.core.async.publisher.Publishers$2
  super_class: io.micronaut.core.async.subscriber.CompletionAwareSubscriber
{
  private final org.reactivestreams.Subscriber val$actual;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.function.Consumer val$consumer;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.reactivestreams.Subscriber, java.util.function.Consumer);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/function/Consumer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.micronaut.core.async.publisher.Publishers$2 this
         0: .line 235
            aload 0 /* this */
            aload 1
            putfield io.micronaut.core.async.publisher.Publishers$2.val$actual:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            aload 2
            putfield io.micronaut.core.async.publisher.Publishers$2.val$consumer:Ljava/util/function/Consumer;
            aload 0 /* this */
            invokespecial io.micronaut.core.async.subscriber.CompletionAwareSubscriber.<init>:()V
            return
        end local 0 // io.micronaut.core.async.publisher.Publishers$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/micronaut/core/async/publisher/Publishers$2;
    MethodParameters:
              Name  Flags
      val$actual    final
      val$consumer  final

  protected void doOnSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.core.async.publisher.Publishers$2 this
        start local 1 // org.reactivestreams.Subscription subscription
         0: .line 238
            aload 0 /* this */
            getfield io.micronaut.core.async.publisher.Publishers$2.val$actual:Lorg/reactivestreams/Subscriber;
            aload 1 /* subscription */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         1: .line 239
            return
        end local 1 // org.reactivestreams.Subscription subscription
        end local 0 // io.micronaut.core.async.publisher.Publishers$2 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/micronaut/core/async/publisher/Publishers$2;
            0    2     1  subscription  Lorg/reactivestreams/Subscription;
    MethodParameters:
              Name  Flags
      subscription  

  protected void doOnNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.micronaut.core.async.publisher.Publishers$2 this
        start local 1 // java.lang.Object message
         0: .line 244
            aload 0 /* this */
            getfield io.micronaut.core.async.publisher.Publishers$2.val$actual:Lorg/reactivestreams/Subscriber;
            aload 1 /* message */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         1: .line 245
            aload 0 /* this */
            getfield io.micronaut.core.async.publisher.Publishers$2.val$consumer:Ljava/util/function/Consumer;
            aload 1 /* message */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         2: .line 246
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Throwable
         3: astore 2 /* e */
        start local 2 // java.lang.Throwable e
         4: .line 247
            aload 0 /* this */
            aload 2 /* e */
            invokevirtual io.micronaut.core.async.publisher.Publishers$2.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable e
         5: .line 249
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object message
        end local 0 // io.micronaut.core.async.publisher.Publishers$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/micronaut/core/async/publisher/Publishers$2;
            0    6     1  message  TT;
            4    5     2        e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
         Name  Flags
      message  

  protected void doOnError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.micronaut.core.async.publisher.Publishers$2 this
        start local 1 // java.lang.Throwable t
         0: .line 253
            aload 0 /* this */
            getfield io.micronaut.core.async.publisher.Publishers$2.val$actual:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         1: .line 254
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.micronaut.core.async.publisher.Publishers$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/core/async/publisher/Publishers$2;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  protected void doOnComplete();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.micronaut.core.async.publisher.Publishers$2 this
         0: .line 258
            aload 0 /* this */
            getfield io.micronaut.core.async.publisher.Publishers$2.val$actual:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         1: .line 259
            return
        end local 0 // io.micronaut.core.async.publisher.Publishers$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/micronaut/core/async/publisher/Publishers$2;
}
Signature: Lio/micronaut/core/async/subscriber/CompletionAwareSubscriber<TT;>;
SourceFile: "Publishers.java"
EnclosingMethod: io.micronaut.core.async.publisher.Publishers.lambda$5:(Lorg/reactivestreams/Publisher;Ljava/util/function/Consumer;Lorg/reactivestreams/Subscriber;)V
NestHost: io.micronaut.core.async.publisher.Publishers
InnerClasses:
  io.micronaut.core.async.publisher.Publishers$2