public class io.reactivex.internal.functions.Functions$BoundedConsumer implements io.reactivex.functions.Consumer<org.reactivestreams.Subscription>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactivex.internal.functions.Functions$BoundedConsumer
  super_class: java.lang.Object
{
  final int bufferSize;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$BoundedConsumer this
        start local 1 // int bufferSize
         0: .line 758
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 759
            aload 0 /* this */
            iload 1 /* bufferSize */
            putfield io.reactivex.internal.functions.Functions$BoundedConsumer.bufferSize:I
         2: .line 760
            return
        end local 1 // int bufferSize
        end local 0 // io.reactivex.internal.functions.Functions$BoundedConsumer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lio/reactivex/internal/functions/Functions$BoundedConsumer;
            0    3     1  bufferSize  I
    MethodParameters:
            Name  Flags
      bufferSize  

  public void accept(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.functions.Functions$BoundedConsumer this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 764
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.functions.Functions$BoundedConsumer.bufferSize:I
            i2l
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         1: .line 765
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.functions.Functions$BoundedConsumer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/functions/Functions$BoundedConsumer;
            0    2     1     s  Lorg/reactivestreams/Subscription;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      s     

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.reactivestreams.Subscription
            invokevirtual io.reactivex.internal.functions.Functions$BoundedConsumer.accept:(Lorg/reactivestreams/Subscription;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Ljava/lang/Object;Lio/reactivex/functions/Consumer<Lorg/reactivestreams/Subscription;>;
SourceFile: "Functions.java"
NestHost: io.reactivex.internal.functions.Functions
InnerClasses:
  public BoundedConsumer = io.reactivex.internal.functions.Functions$BoundedConsumer of io.reactivex.internal.functions.Functions