public class io.reactiverse.rxjava.pgclient.PgStream<T> implements io.vertx.rxjava.core.streams.ReadStream<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.rxjava.pgclient.PgStream
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.reactiverse.rxjava.pgclient.PgStream> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/reactiverse/rxjava/pgclient/PgStream;>;

  private final io.reactiverse.pgclient.PgStream<T> delegate;
    descriptor: Lio/reactiverse/pgclient/PgStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/reactiverse/pgclient/PgStream<TT;>;

  public final io.vertx.lang.rx.TypeArg<T> __typeArg_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<TT;>;

  private rx.Observable<T> observable;
    descriptor: Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/Observable<TT;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 53
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/reactiverse/rxjava/pgclient/PgStream.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 54
            invokedynamic apply()Ljava/util/function/Function;
              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;)Ljava/lang/Object;
                  io/reactiverse/rxjava/pgclient/PgStream.getDelegate()Lio/reactiverse/pgclient/PgStream; (5)
                  (Lio/reactiverse/rxjava/pgclient/PgStream;)Ljava/lang/Object;
         2: .line 53
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.reactiverse.rxjava.pgclient.PgStream.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 55
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 37
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // java.lang.Object o
         0: .line 42
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 43
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 44
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.reactiverse.rxjava.pgclient.PgStream
            astore 2 /* that */
        start local 2 // io.reactiverse.rxjava.pgclient.PgStream that
         4: .line 45
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 2 /* that */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactiverse.rxjava.pgclient.PgStream that
        end local 1 // java.lang.Object o
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/reactiverse/rxjava/pgclient/PgStream;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 50
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;

  public void <init>(io.reactiverse.pgclient.PgStream);
    descriptor: (Lio/reactiverse/pgclient/PgStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.reactiverse.pgclient.PgStream delegate
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
         2: .line 62
            aload 0 /* this */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            putfield io.reactiverse.rxjava.pgclient.PgStream.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            return
        end local 1 // io.reactiverse.pgclient.PgStream delegate
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    3     1  delegate  Lio/reactiverse/pgclient/PgStream;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(io.reactiverse.pgclient.PgStream, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/reactiverse/pgclient/PgStream;Lio/vertx/lang/rx/TypeArg;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.reactiverse.pgclient.PgStream delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
         2: .line 66
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.reactiverse.rxjava.pgclient.PgStream.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 67
            return
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // io.reactiverse.pgclient.PgStream delegate
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    4     1   delegate  Lio/reactiverse/pgclient/PgStream;
            0    4     2  typeArg_0  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: (Lio/reactiverse/pgclient/PgStream;Lio/vertx/lang/rx/TypeArg<TT;>;)V
    MethodParameters:
           Name  Flags
      delegate   
      typeArg_0  

  public io.reactiverse.pgclient.PgStream getDelegate();
    descriptor: ()Lio/reactiverse/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 70
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;

  public synchronized rx.Observable<T> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 76
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.observable:Lrx/Observable;
            ifnonnull 3
         1: .line 77
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            getfield io.vertx.lang.rx.TypeArg.wrap:Ljava/util/function/Function;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 78
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toObservable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lrx/Observable;
            putfield io.reactiverse.rxjava.pgclient.PgStream.observable:Lrx/Observable;
        end local 1 // java.util.function.Function conv
         3: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.observable:Lrx/Observable;
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            2    3     1  conv  Ljava/util/function/Function<TT;TT;>;
    Signature: ()Lrx/Observable<TT;>;

  public io.vertx.rxjava.core.streams.ReadStream<T> fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // long arg0
         0: .line 84
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            lload 1 /* arg0 */
            invokeinterface io.reactiverse.pgclient.PgStream.fetch:(J)Lio/vertx/core/streams/ReadStream;
            pop
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // long arg0
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1  arg0  J
    Signature: (J)Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
    MethodParameters:
      Name  Flags
      arg0  

  public io.vertx.rxjava.core.streams.Pipe<T> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 89
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokeinterface io.reactiverse.pgclient.PgStream.pipe:()Lio/vertx/core/streams/Pipe;
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.streams.Pipe ret
         1: .line 90
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.streams.Pipe ret
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            1    2     1   ret  Lio/vertx/rxjava/core/streams/Pipe<TT;>;
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<TT;>;

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 94
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            invokeinterface io.reactiverse.pgclient.PgStream.pipeTo:(Lio/vertx/core/streams/WriteStream;)V
         1: .line 95
            return
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<TT;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<T>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 98
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.reactiverse.pgclient.PgStream.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 99
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<TT;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public rx.Single<java.lang.Void> rxPipeTo(io.vertx.rxjava.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 102
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic accept(Lio/reactiverse/rxjava/pgclient/PgStream;Lio/vertx/rxjava/core/streams/WriteStream;)Ljava/util/function/Consumer;
              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/reactiverse/rxjava/pgclient/PgStream.lambda$2(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    1     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<TT;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<TT;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      dst   

  public io.reactiverse.rxjava.pgclient.PgStream<T> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/rxjava/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 108
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* handler */
            invokeinterface io.reactiverse.pgclient.PgStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
            pop
         1: .line 109
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactiverse.rxjava.pgclient.PgStream<T> handler(io.vertx.core.Handler<T>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/rxjava/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 113
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            new io.reactiverse.rxjava.pgclient.PgStream$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.reactiverse.rxjava.pgclient.PgStream$1.<init>:(Lio/reactiverse/rxjava/pgclient/PgStream;Lio/vertx/core/Handler;)V
            invokeinterface io.reactiverse.pgclient.PgStream.handler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
            pop
         1: .line 118
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<TT;>;
    Signature: (Lio/vertx/core/Handler<TT;>;)Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactiverse.rxjava.pgclient.PgStream<T> pause();
    descriptor: ()Lio/reactiverse/rxjava/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 122
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokeinterface io.reactiverse.pgclient.PgStream.pause:()Lio/reactiverse/pgclient/PgStream;
            pop
         1: .line 123
            aload 0 /* this */
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    Signature: ()Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;

  public io.reactiverse.rxjava.pgclient.PgStream<T> resume();
    descriptor: ()Lio/reactiverse/rxjava/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 127
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokeinterface io.reactiverse.pgclient.PgStream.resume:()Lio/reactiverse/pgclient/PgStream;
            pop
         1: .line 128
            aload 0 /* this */
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    Signature: ()Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;

  public io.reactiverse.rxjava.pgclient.PgStream<T> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/rxjava/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 132
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* endHandler */
            invokeinterface io.reactiverse.pgclient.PgStream.endHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/pgclient/PgStream;
            pop
         1: .line 133
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    MethodParameters:
            Name  Flags
      endHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 140
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokeinterface io.reactiverse.pgclient.PgStream.close:()V
         1: .line 141
            return
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 148
            aload 0 /* this */
            getfield io.reactiverse.rxjava.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* completionHandler */
            invokeinterface io.reactiverse.pgclient.PgStream.close:(Lio/vertx/core/Handler;)V
         1: .line 149
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public rx.Single<java.lang.Void> rxClose();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
         0: .line 156
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/reactiverse/rxjava/pgclient/PgStream;)Ljava/util/function/Consumer;
              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/reactiverse/rxjava/pgclient/PgStream.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public static <T> io.reactiverse.rxjava.pgclient.PgStream<T> newInstance(io.reactiverse.pgclient.PgStream);
    descriptor: (Lio/reactiverse/pgclient/PgStream;)Lio/reactiverse/rxjava/pgclient/PgStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactiverse.pgclient.PgStream arg
         0: .line 163
            aload 0 /* arg */
            ifnull 1
            new io.reactiverse.rxjava.pgclient.PgStream
            dup
            aload 0 /* arg */
            invokespecial io.reactiverse.rxjava.pgclient.PgStream.<init>:(Lio/reactiverse/pgclient/PgStream;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.reactiverse.rxjava.pgclient.PgStream
         2: areturn
        end local 0 // io.reactiverse.pgclient.PgStream arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/reactiverse/pgclient/PgStream;
    Signature: <T:Ljava/lang/Object;>(Lio/reactiverse/pgclient/PgStream;)Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    MethodParameters:
      Name  Flags
      arg   

  public static <T> io.reactiverse.rxjava.pgclient.PgStream<T> newInstance(io.reactiverse.pgclient.PgStream, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/reactiverse/pgclient/PgStream;Lio/vertx/lang/rx/TypeArg;)Lio/reactiverse/rxjava/pgclient/PgStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactiverse.pgclient.PgStream arg
        start local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
         0: .line 167
            aload 0 /* arg */
            ifnull 1
            new io.reactiverse.rxjava.pgclient.PgStream
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_T */
            invokespecial io.reactiverse.rxjava.pgclient.PgStream.<init>:(Lio/reactiverse/pgclient/PgStream;Lio/vertx/lang/rx/TypeArg;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.reactiverse.rxjava.pgclient.PgStream
         2: areturn
        end local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
        end local 0 // io.reactiverse.pgclient.PgStream arg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          arg  Lio/reactiverse/pgclient/PgStream;
            0    3     1  __typeArg_T  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/reactiverse/pgclient/PgStream;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
    MethodParameters:
             Name  Flags
      arg          
      __typeArg_T  

  public io.vertx.rxjava.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.pause:()Lio/reactiverse/rxjava/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.handler:(Lio/vertx/core/Handler;)Lio/reactiverse/rxjava/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.endHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/rxjava/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.getDelegate:()Lio/reactiverse/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.getDelegate:()Lio/reactiverse/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.resume:()Lio/reactiverse/rxjava/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/rxjava/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/rxjava/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 53
            new io.reactiverse.rxjava.pgclient.PgStream
            dup
            aload 0 /* obj */
            checkcast io.reactiverse.pgclient.PgStream
            invokespecial io.reactiverse.rxjava.pgclient.PgStream.<init>:(Lio/reactiverse/pgclient/PgStream;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private void lambda$2(io.vertx.rxjava.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 2 // io.vertx.core.Handler fut
         0: .line 103
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 104
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private void lambda$3(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.rxjava.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler fut
         0: .line 157
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.reactiverse.rxjava.pgclient.PgStream.close:(Lio/vertx/core/Handler;)V
         1: .line 158
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.reactiverse.rxjava.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/rxjava/pgclient/PgStream<TT;>;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/rxjava/core/streams/ReadStream<TT;>;
SourceFile: "PgStream.java"
NestMembers:
  io.reactiverse.rxjava.pgclient.PgStream$1
InnerClasses:
  io.reactiverse.rxjava.pgclient.PgStream$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/reactiverse/pgclient/PgStream;)