public class io.vertx.reactivex.impl.FlowableReadStream<T, U> extends io.reactivex.Flowable<U>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.impl.FlowableReadStream
  super_class: io.reactivex.Flowable
{
  public static final long DEFAULT_MAX_BUFFER_SIZE;
    descriptor: J
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  private final io.vertx.core.streams.ReadStream<T> stream;
    descriptor: Lio/vertx/core/streams/ReadStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/core/streams/ReadStream<TT;>;

  private final java.util.function.Function<T, U> f;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<TT;TU;>;

  private final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> current;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;

  public void <init>(io.vertx.core.streams.ReadStream<T>, long, java.util.function.Function<T, U>);
    descriptor: (Lio/vertx/core/streams/ReadStream;JLjava/util/function/Function;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.impl.FlowableReadStream this
        start local 1 // io.vertx.core.streams.ReadStream stream
        start local 2 // long maxBufferSize
        start local 4 // java.util.function.Function f
         0: .line 26
            aload 0 /* this */
            invokespecial io.reactivex.Flowable.<init>:()V
         1: .line 28
            aload 1 /* stream */
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
         2: .line 30
            aload 0 /* this */
            aload 1 /* stream */
            putfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
         3: .line 31
            aload 0 /* this */
            aload 4 /* f */
            putfield io.vertx.reactivex.impl.FlowableReadStream.f:Ljava/util/function/Function;
         4: .line 32
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.vertx.reactivex.impl.FlowableReadStream.current:Ljava/util/concurrent/atomic/AtomicReference;
         5: .line 33
            return
        end local 4 // java.util.function.Function f
        end local 2 // long maxBufferSize
        end local 1 // io.vertx.core.streams.ReadStream stream
        end local 0 // io.vertx.reactivex.impl.FlowableReadStream this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lio/vertx/reactivex/impl/FlowableReadStream<TT;TU;>;
            0    6     1         stream  Lio/vertx/core/streams/ReadStream<TT;>;
            0    6     2  maxBufferSize  J
            0    6     4              f  Ljava/util/function/Function<TT;TU;>;
    Signature: (Lio/vertx/core/streams/ReadStream<TT;>;JLjava/util/function/Function<TT;TU;>;)V
    MethodParameters:
               Name  Flags
      stream         
      maxBufferSize  
      f              

  private void release();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.vertx.reactivex.impl.FlowableReadStream this
         0: .line 36
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.current:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            astore 1 /* sub */
        start local 1 // org.reactivestreams.Subscription sub
         1: .line 37
            aload 1 /* sub */
            ifnull 19
         2: .line 38
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.current:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* sub */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifeq 19
         3: .line 40
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         4: .line 41
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         5: .line 42
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            aconst_null
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         6: .line 43
            goto 16
      StackMap locals: io.vertx.reactivex.impl.FlowableReadStream org.reactivestreams.Subscription
      StackMap stack: java.lang.Exception
         7: pop
         8: .line 46
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
         9: .line 47
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Exception
        10: pop
            goto 19
        11: .line 44
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2
        12: .line 46
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        13: .line 47
            goto 15
      StackMap locals: io.vertx.reactivex.impl.FlowableReadStream org.reactivestreams.Subscription java.lang.Throwable
      StackMap stack: java.lang.Exception
        14: pop
        15: .line 49
      StackMap locals:
      StackMap stack:
            aload 2
            athrow
        16: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.resume:()Lio/vertx/core/streams/ReadStream;
            pop
        17: .line 47
            goto 19
      StackMap locals:
      StackMap stack: java.lang.Exception
        18: pop
        19: .line 52
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription sub
        end local 0 // io.vertx.reactivex.impl.FlowableReadStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Lio/vertx/reactivex/impl/FlowableReadStream<TT;TU;>;
            1   20     1   sub  Lorg/reactivestreams/Subscription;
      Exception table:
        from    to  target  type
           3     6       7  Class java.lang.Exception
           8     9      10  Class java.lang.Exception
           3     8      11  any
          12    13      14  Class java.lang.Exception
          16    17      18  Class java.lang.Exception

  protected void subscribeActual(org.reactivestreams.Subscriber<? super U>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.impl.FlowableReadStream this
        start local 1 // org.reactivestreams.Subscriber subscriber
         0: .line 57
            new io.vertx.reactivex.impl.FlowableReadStream$1
            dup
            aload 0 /* this */
            invokespecial io.vertx.reactivex.impl.FlowableReadStream$1.<init>:(Lio/vertx/reactivex/impl/FlowableReadStream;)V
            astore 2 /* sub */
        start local 2 // org.reactivestreams.Subscription sub
         1: .line 70
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.current:Ljava/util/concurrent/atomic/AtomicReference;
            aconst_null
            aload 2 /* sub */
            invokevirtual java.util.concurrent.atomic.AtomicReference.compareAndSet:(Ljava/lang/Object;Ljava/lang/Object;)Z
            ifne 4
         2: .line 71
            new java.lang.IllegalStateException
            dup
            ldc "This processor allows only a single Subscriber"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            aload 1 /* subscriber */
            invokestatic io.reactivex.internal.subscriptions.EmptySubscription.error:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscriber;)V
         3: .line 72
            return
         4: .line 75
      StackMap locals: org.reactivestreams.Subscription
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            invokeinterface io.vertx.core.streams.ReadStream.pause:()Lio/vertx/core/streams/ReadStream;
            pop
         5: .line 77
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            aload 1 /* subscriber */
            invokedynamic handle(Lio/vertx/reactivex/impl/FlowableReadStream;Lorg/reactivestreams/Subscriber;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/impl/FlowableReadStream.lambda$0(Lorg/reactivestreams/Subscriber;Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.streams.ReadStream.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         6: .line 81
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            aload 1 /* subscriber */
            invokedynamic handle(Lio/vertx/reactivex/impl/FlowableReadStream;Lorg/reactivestreams/Subscriber;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/impl/FlowableReadStream.lambda$1(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.streams.ReadStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         7: .line 85
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.stream:Lio/vertx/core/streams/ReadStream;
            aload 0 /* this */
            aload 1 /* subscriber */
            invokedynamic handle(Lio/vertx/reactivex/impl/FlowableReadStream;Lorg/reactivestreams/Subscriber;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/impl/FlowableReadStream.lambda$2(Lorg/reactivestreams/Subscriber;Ljava/lang/Object;)V (7)
                  (Ljava/lang/Object;)V
            invokeinterface io.vertx.core.streams.ReadStream.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            pop
         8: .line 89
            aload 1 /* subscriber */
            aload 2 /* sub */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         9: .line 90
            return
        end local 2 // org.reactivestreams.Subscription sub
        end local 1 // org.reactivestreams.Subscriber subscriber
        end local 0 // io.vertx.reactivex.impl.FlowableReadStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lio/vertx/reactivex/impl/FlowableReadStream<TT;TU;>;
            0   10     1  subscriber  Lorg/reactivestreams/Subscriber<-TU;>;
            1   10     2         sub  Lorg/reactivestreams/Subscription;
    Signature: (Lorg/reactivestreams/Subscriber<-TU;>;)V
    MethodParameters:
            Name  Flags
      subscriber  

  private void lambda$0(org.reactivestreams.Subscriber, java.lang.Void);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.impl.FlowableReadStream this
        start local 2 // java.lang.Void v
         0: .line 78
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.impl.FlowableReadStream.release:()V
         1: .line 79
            aload 1
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         2: .line 80
            return
        end local 2 // java.lang.Void v
        end local 0 // io.vertx.reactivex.impl.FlowableReadStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/reactivex/impl/FlowableReadStream<TT;TU;>;
            0    3     2     v  Ljava/lang/Void;

  private void lambda$1(org.reactivestreams.Subscriber, java.lang.Throwable);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.impl.FlowableReadStream this
        start local 2 // java.lang.Throwable err
         0: .line 82
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.impl.FlowableReadStream.release:()V
         1: .line 83
            aload 1
            aload 2 /* err */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 84
            return
        end local 2 // java.lang.Throwable err
        end local 0 // io.vertx.reactivex.impl.FlowableReadStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/reactivex/impl/FlowableReadStream<TT;TU;>;
            0    3     2   err  Ljava/lang/Throwable;

  private void lambda$2(org.reactivestreams.Subscriber, java.lang.Object);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.impl.FlowableReadStream this
        start local 2 // java.lang.Object item
         0: .line 86
            aload 1
            aload 0 /* this */
            getfield io.vertx.reactivex.impl.FlowableReadStream.f:Ljava/util/function/Function;
            aload 2 /* item */
            invokeinterface java.util.function.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         1: .line 87
            return
        end local 2 // java.lang.Object item
        end local 0 // io.vertx.reactivex.impl.FlowableReadStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/impl/FlowableReadStream<TT;TU;>;
            0    2     2  item  TT;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/Flowable<TU;>;
SourceFile: "FlowableReadStream.java"
NestMembers:
  io.vertx.reactivex.impl.FlowableReadStream$1
InnerClasses:
  io.vertx.reactivex.impl.FlowableReadStream$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles