final class reactor.core.publisher.FluxPeek$PeekSubscriber<T> implements reactor.core.publisher.InnerOperator<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.FluxPeek$PeekSubscriber
  super_class: java.lang.Object
{
  final reactor.core.CoreSubscriber<? super T> actual;
    descriptor: Lreactor/core/CoreSubscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lreactor/core/CoreSubscriber<-TT;>;

  final reactor.core.publisher.SignalPeek<T> parent;
    descriptor: Lreactor/core/publisher/SignalPeek;
    flags: (0x0010) ACC_FINAL
    Signature: Lreactor/core/publisher/SignalPeek<TT;>;

  org.reactivestreams.Subscription s;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  boolean done;
    descriptor: Z
    flags: (0x0000) 

  void <init>(reactor.core.CoreSubscriber<? super T>, reactor.core.publisher.SignalPeek<T>);
    descriptor: (Lreactor/core/CoreSubscriber;Lreactor/core/publisher/SignalPeek;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // reactor.core.publisher.SignalPeek parent
         0: .line 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 103
            aload 0 /* this */
            aload 1 /* actual */
            putfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
         2: .line 104
            aload 0 /* this */
            aload 2 /* parent */
            putfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
         3: .line 105
            return
        end local 2 // reactor.core.publisher.SignalPeek parent
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            0    4     1  actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    4     2  parent  Lreactor/core/publisher/SignalPeek<TT;>;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;Lreactor/core/publisher/SignalPeek<TT;>;)V
    MethodParameters:
        Name  Flags
      actual  
      parent  

  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.FluxPeek$PeekSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 110
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PARENT:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         1: .line 111
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 2
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.done:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 3
            getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         3: .line 114
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.InnerOperator.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            0    4     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=2, locals=2, args_size=1
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
         0: .line 119
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            astore 1 /* c */
        start local 1 // reactor.util.context.Context c
         1: .line 120
            aload 1 /* c */
            invokeinterface reactor.util.context.Context.isEmpty:()Z
            ifne 3
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onCurrentContextCall:()Ljava/util/function/Consumer;
            ifnull 3
         2: .line 121
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onCurrentContextCall:()Ljava/util/function/Consumer;
            aload 1 /* c */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         3: .line 123
      StackMap locals: reactor.util.context.Context
      StackMap stack:
            aload 1 /* c */
            areturn
        end local 1 // reactor.util.context.Context c
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            1    4     1     c  Lreactor/util/context/Context;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
        start local 1 // long n
         0: .line 128
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onRequestCall:()Ljava/util/function/LongConsumer;
            astore 3 /* requestHook */
        start local 3 // java.util.function.LongConsumer requestHook
         1: .line 129
            aload 3 /* requestHook */
            ifnull 6
         2: .line 131
            aload 3 /* requestHook */
            lload 1 /* n */
            invokeinterface java.util.function.LongConsumer.accept:(J)V
         3: .line 132
            goto 6
         4: .line 133
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber long java.util.function.LongConsumer
      StackMap stack: java.lang.Throwable
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
         5: .line 134
            aload 4 /* e */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            pop
        end local 4 // java.lang.Throwable e
         6: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
            lload 1 /* n */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         7: .line 138
            return
        end local 3 // java.util.function.LongConsumer requestHook
        end local 1 // long n
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            0    8     1            n  J
            1    8     3  requestHook  Ljava/util/function/LongConsumer;
            5    6     4            e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
         0: .line 142
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onCancelCall:()Ljava/lang/Runnable;
            astore 1 /* cancelHook */
        start local 1 // java.lang.Runnable cancelHook
         1: .line 143
            aload 1 /* cancelHook */
            ifnull 7
         2: .line 145
            aload 1 /* cancelHook */
            invokeinterface java.lang.Runnable.run:()V
         3: .line 146
            goto 7
         4: .line 147
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber java.lang.Runnable
      StackMap stack: java.lang.Throwable
            astore 2 /* e */
        start local 2 // java.lang.Throwable e
         5: .line 148
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 2 /* e */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokevirtual reactor.core.publisher.FluxPeek$PeekSubscriber.onError:(Ljava/lang/Throwable;)V
         6: .line 149
            return
        end local 2 // java.lang.Throwable e
         7: .line 152
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         8: .line 153
            return
        end local 1 // java.lang.Runnable cancelHook
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            1    9     1  cancelHook  Ljava/lang/Runnable;
            5    7     2           e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 157
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 12
         1: .line 158
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onSubscribeCall:()Ljava/util/function/Consumer;
            astore 2 /* subscribeHook */
        start local 2 // java.util.function.Consumer subscribeHook
         2: .line 159
            aload 2 /* subscribeHook */
            ifnull 10
         3: .line 161
            aload 2 /* subscribeHook */
            aload 1 /* s */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         4: .line 162
            goto 10
         5: .line 163
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber org.reactivestreams.Subscription java.util.function.Consumer
      StackMap stack: java.lang.Throwable
            astore 3 /* e */
        start local 3 // java.lang.Throwable e
         6: .line 164
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* s */
            aload 3 /* e */
         7: .line 165
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
         8: .line 164
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokestatic reactor.core.publisher.Operators.error:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
         9: .line 166
            return
        end local 3 // java.lang.Throwable e
        10: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
        11: .line 170
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
        end local 2 // java.util.function.Consumer subscribeHook
        12: .line 172
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   13     0           this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            0   13     1              s  Lorg/reactivestreams/Subscription;
            2   12     2  subscribeHook  Ljava/util/function/Consumer<-Lorg/reactivestreams/Subscription;>;
            6   10     3              e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           3     4       5  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
        start local 1 // java.lang.Object t
         0: .line 176
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.done:Z
            ifeq 3
         1: .line 177
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onNextDropped:(Ljava/lang/Object;Lreactor/util/context/Context;)V
         2: .line 178
            return
         3: .line 181
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onNextCall:()Ljava/util/function/Consumer;
            astore 2 /* nextHook */
        start local 2 // java.util.function.Consumer nextHook
         4: .line 182
            aload 2 /* nextHook */
            ifnull 14
         5: .line 184
            aload 2 /* nextHook */
            aload 1 /* t */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         6: .line 185
            goto 14
         7: .line 186
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber java.lang.Object java.util.function.Consumer
      StackMap stack: java.lang.Throwable
            astore 3 /* e */
        start local 3 // java.lang.Throwable e
         8: .line 187
            aload 1 /* t */
            aload 3 /* e */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
            invokestatic reactor.core.publisher.Operators.onNextError:(Ljava/lang/Object;Ljava/lang/Throwable;Lreactor/util/context/Context;Lorg/reactivestreams/Subscription;)Ljava/lang/Throwable;
            astore 4 /* e_ */
        start local 4 // java.lang.Throwable e_
         9: .line 188
            aload 4 /* e_ */
            ifnonnull 12
        10: .line 189
            aload 0 /* this */
            lconst_1
            invokevirtual reactor.core.publisher.FluxPeek$PeekSubscriber.request:(J)V
        11: .line 190
            return
        12: .line 193
      StackMap locals: java.lang.Throwable java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            aload 4 /* e_ */
            invokevirtual reactor.core.publisher.FluxPeek$PeekSubscriber.onError:(Ljava/lang/Throwable;)V
        13: .line 194
            return
        end local 4 // java.lang.Throwable e_
        end local 3 // java.lang.Throwable e
        14: .line 199
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onNext:(Ljava/lang/Object;)V
        15: .line 200
            return
        end local 2 // java.util.function.Consumer nextHook
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            0   16     1         t  TT;
            4   16     2  nextHook  Ljava/util/function/Consumer<-TT;>;
            8   14     3         e  Ljava/lang/Throwable;
            9   14     4        e_  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           5     6       7  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 204
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.done:Z
            ifeq 3
         1: .line 205
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onErrorDropped:(Ljava/lang/Throwable;Lreactor/util/context/Context;)V
         2: .line 206
            return
         3: .line 208
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxPeek$PeekSubscriber.done:Z
         4: .line 209
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onErrorCall:()Ljava/util/function/Consumer;
            astore 2 /* errorHook */
        start local 2 // java.util.function.Consumer errorHook
         5: .line 210
            aload 2 /* errorHook */
            ifnull 10
         6: .line 212
            aload 2 /* errorHook */
            aload 1 /* t */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         7: .line 213
            goto 10
         8: .line 214
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber java.lang.Throwable java.util.function.Consumer
      StackMap stack: java.lang.Throwable
            astore 3 /* e */
        start local 3 // java.lang.Throwable e
         9: .line 216
            aconst_null
            aload 3 /* e */
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Ljava/lang/Object;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            astore 1 /* t */
        end local 3 // java.lang.Throwable e
        10: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
        11: .line 222
            goto 16
        12: .line 223
      StackMap locals:
      StackMap stack: java.lang.UnsupportedOperationException
            astore 3 /* use */
        start local 3 // java.lang.UnsupportedOperationException use
        13: .line 224
            aload 2 /* errorHook */
            ifnull 15
        14: .line 225
            aload 3 /* use */
            invokestatic reactor.core.Exceptions.isErrorCallbackNotImplemented:(Ljava/lang/Throwable;)Z
            ifne 16
            aload 3 /* use */
            invokevirtual java.lang.UnsupportedOperationException.getCause:()Ljava/lang/Throwable;
            aload 1 /* t */
            if_acmpeq 16
        15: .line 226
      StackMap locals: java.lang.UnsupportedOperationException
      StackMap stack:
            aload 3 /* use */
            athrow
        end local 3 // java.lang.UnsupportedOperationException use
        16: .line 231
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onAfterTerminateCall:()Ljava/lang/Runnable;
            astore 3 /* afterTerminateHook */
        start local 3 // java.lang.Runnable afterTerminateHook
        17: .line 232
            aload 3 /* afterTerminateHook */
            ifnull 22
        18: .line 234
            aload 3 /* afterTerminateHook */
            invokeinterface java.lang.Runnable.run:()V
        19: .line 235
            goto 22
        20: .line 236
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber java.lang.Throwable java.util.function.Consumer java.lang.Runnable
      StackMap stack: java.lang.Throwable
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
        21: .line 237
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            aload 4 /* e */
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.FluxPeek.afterErrorWithFailure:(Lreactor/core/publisher/SignalPeek;Ljava/lang/Throwable;Ljava/lang/Throwable;Lreactor/util/context/Context;)V
        end local 4 // java.lang.Throwable e
        22: .line 240
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.lang.Runnable afterTerminateHook
        end local 2 // java.util.function.Consumer errorHook
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   23     0                this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            0   23     1                   t  Ljava/lang/Throwable;
            5   23     2           errorHook  Ljava/util/function/Consumer<-Ljava/lang/Throwable;>;
            9   10     3                   e  Ljava/lang/Throwable;
           13   16     3                 use  Ljava/lang/UnsupportedOperationException;
           17   23     3  afterTerminateHook  Ljava/lang/Runnable;
           21   22     4                   e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           6     7       8  Class java.lang.Throwable
          10    11      12  Class java.lang.UnsupportedOperationException
          18    19      20  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
         0: .line 244
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.done:Z
            ifeq 2
         1: .line 245
            return
         2: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onCompleteCall:()Ljava/lang/Runnable;
            astore 1 /* completeHook */
        start local 1 // java.lang.Runnable completeHook
         3: .line 248
            aload 1 /* completeHook */
            ifnull 9
         4: .line 250
            aload 1 /* completeHook */
            invokeinterface java.lang.Runnable.run:()V
         5: .line 251
            goto 9
         6: .line 252
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber java.lang.Runnable
      StackMap stack: java.lang.Throwable
            astore 2 /* e */
        start local 2 // java.lang.Throwable e
         7: .line 253
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 2 /* e */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onOperatorError:(Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Lreactor/util/context/Context;)Ljava/lang/Throwable;
            invokevirtual reactor.core.publisher.FluxPeek$PeekSubscriber.onError:(Ljava/lang/Throwable;)V
         8: .line 254
            return
        end local 2 // java.lang.Throwable e
         9: .line 257
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.FluxPeek$PeekSubscriber.done:Z
        10: .line 259
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.onComplete:()V
        11: .line 261
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            invokeinterface reactor.core.publisher.SignalPeek.onAfterTerminateCall:()Ljava/lang/Runnable;
            astore 2 /* afterTerminateHook */
        start local 2 // java.lang.Runnable afterTerminateHook
        12: .line 262
            aload 2 /* afterTerminateHook */
            ifnull 17
        13: .line 264
            aload 2 /* afterTerminateHook */
            invokeinterface java.lang.Runnable.run:()V
        14: .line 265
            goto 17
        15: .line 266
      StackMap locals: reactor.core.publisher.FluxPeek$PeekSubscriber java.lang.Runnable java.lang.Runnable
      StackMap stack: java.lang.Throwable
            astore 3 /* e */
        start local 3 // java.lang.Throwable e
        16: .line 267
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.parent:Lreactor/core/publisher/SignalPeek;
            aload 3 /* e */
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.FluxPeek.afterCompleteWithFailure:(Lreactor/core/publisher/SignalPeek;Ljava/lang/Throwable;Lreactor/util/context/Context;)V
        end local 3 // java.lang.Throwable e
        17: .line 270
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Runnable afterTerminateHook
        end local 1 // java.lang.Runnable completeHook
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   18     0                this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
            3   18     1        completeHook  Ljava/lang/Runnable;
            7    9     2                   e  Ljava/lang/Throwable;
           12   18     2  afterTerminateHook  Ljava/lang/Runnable;
           16   17     3                   e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
          13    14      15  Class java.lang.Throwable

  public reactor.core.CoreSubscriber<? super T> actual();
    descriptor: ()Lreactor/core/CoreSubscriber;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
         0: .line 274
            aload 0 /* this */
            getfield reactor.core.publisher.FluxPeek$PeekSubscriber.actual:Lreactor/core/CoreSubscriber;
            areturn
        end local 0 // reactor.core.publisher.FluxPeek$PeekSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/FluxPeek$PeekSubscriber<TT;>;
    Signature: ()Lreactor/core/CoreSubscriber<-TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerOperator<TT;TT;>;
SourceFile: "FluxPeek.java"
NestHost: reactor.core.publisher.FluxPeek
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 PeekSubscriber = reactor.core.publisher.FluxPeek$PeekSubscriber of reactor.core.publisher.FluxPeek