public class io.reactiverse.reactivex.pgclient.PgStream<T> implements io.vertx.reactivex.core.streams.ReadStream<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.reactiverse.reactivex.pgclient.PgStream
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.reactiverse.reactivex.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/reactivex/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 io.reactivex.Observable<T> observable;
    descriptor: Lio/reactivex/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Observable<TT;>;

  private io.reactivex.Flowable<T> flowable;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Flowable<TT;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 56
            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/reactivex/pgclient/PgStream.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 57
            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/reactivex/pgclient/PgStream.getDelegate()Lio/reactiverse/pgclient/PgStream; (5)
                  (Lio/reactiverse/reactivex/pgclient/PgStream;)Ljava/lang/Object;
         2: .line 56
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.reactiverse.reactivex.pgclient.PgStream.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 58
            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.reactivex.pgclient.PgStream this
         0: .line 40
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/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.reactivex.pgclient.PgStream this
        start local 1 // java.lang.Object o
         0: .line 45
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 46
      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 47
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.reactiverse.reactivex.pgclient.PgStream
            astore 2 /* that */
        start local 2 // io.reactiverse.reactivex.pgclient.PgStream that
         4: .line 48
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 2 /* that */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.reactiverse.reactivex.pgclient.PgStream that
        end local 1 // java.lang.Object o
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/reactiverse/reactivex/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.reactivex.pgclient.PgStream this
         0: .line 53
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/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.reactivex.pgclient.PgStream this
        start local 1 // io.reactiverse.pgclient.PgStream delegate
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
         2: .line 65
            aload 0 /* this */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            putfield io.reactiverse.reactivex.pgclient.PgStream.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            return
        end local 1 // io.reactiverse.pgclient.PgStream delegate
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/reactiverse/reactivex/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.reactivex.pgclient.PgStream this
        start local 1 // io.reactiverse.pgclient.PgStream delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
         2: .line 69
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.reactiverse.reactivex.pgclient.PgStream.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 70
            return
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // io.reactiverse.pgclient.PgStream delegate
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/reactiverse/reactivex/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.reactivex.pgclient.PgStream this
         0: .line 73
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;

  public synchronized io.reactivex.Observable<T> toObservable();
    descriptor: ()Lio/reactivex/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgStream this
         0: .line 80
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.observable:Lio/reactivex/Observable;
            ifnonnull 3
         1: .line 81
            aload 0 /* this */
            getfield io.reactiverse.reactivex.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 82
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* conv */
            invokestatic io.vertx.reactivex.ObservableHelper.toObservable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lio/reactivex/Observable;
            putfield io.reactiverse.reactivex.pgclient.PgStream.observable:Lio/reactivex/Observable;
        end local 1 // java.util.function.Function conv
         3: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.observable:Lio/reactivex/Observable;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            2    3     1  conv  Ljava/util/function/Function<TT;TT;>;
    Signature: ()Lio/reactivex/Observable<TT;>;

  public synchronized io.reactivex.Flowable<T> toFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgStream this
         0: .line 88
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.flowable:Lio/reactivex/Flowable;
            ifnonnull 3
         1: .line 89
            aload 0 /* this */
            getfield io.reactiverse.reactivex.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 90
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* conv */
            invokestatic io.vertx.reactivex.FlowableHelper.toFlowable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lio/reactivex/Flowable;
            putfield io.reactiverse.reactivex.pgclient.PgStream.flowable:Lio/reactivex/Flowable;
        end local 1 // java.util.function.Function conv
         3: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.flowable:Lio/reactivex/Flowable;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            2    3     1  conv  Ljava/util/function/Function<TT;TT;>;
    Signature: ()Lio/reactivex/Flowable<TT;>;

  public io.vertx.reactivex.core.streams.ReadStream<T> fetch(long);
    descriptor: (J)Lio/vertx/reactivex/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgStream this
        start local 1 // long arg0
         0: .line 96
            aload 0 /* this */
            getfield io.reactiverse.reactivex.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 97
            aload 0 /* this */
            areturn
        end local 1 // long arg0
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    2     1  arg0  J
    Signature: (J)Lio/vertx/reactivex/core/streams/ReadStream<TT;>;
    MethodParameters:
      Name  Flags
      arg0  

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

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

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<T>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/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.reactivex.pgclient.PgStream this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 110
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* dst */
            invokeinterface io.vertx.reactivex.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 111
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    2     1      dst  Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<TT;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public io.reactivex.Completable rxPipeTo(io.vertx.reactivex.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgStream this
        start local 1 // io.vertx.reactivex.core.streams.WriteStream dst
         0: .line 114
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic accept(Lio/reactiverse/reactivex/pgclient/PgStream;Lio/vertx/reactivex/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/reactivex/pgclient/PgStream.lambda$2(Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.core.streams.WriteStream dst
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    1     1   dst  Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<TT;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      dst   

  public io.reactiverse.reactivex.pgclient.PgStream<T> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 120
            aload 0 /* this */
            getfield io.reactiverse.reactivex.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 121
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

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

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

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

  public io.reactiverse.reactivex.pgclient.PgStream<T> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactiverse.reactivex.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 144
            aload 0 /* this */
            getfield io.reactiverse.reactivex.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 145
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/reactiverse/reactivex/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.reactivex.pgclient.PgStream this
         0: .line 152
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            invokeinterface io.reactiverse.pgclient.PgStream.close:()V
         1: .line 153
            return
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactiverse/reactivex/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.reactivex.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 160
            aload 0 /* this */
            getfield io.reactiverse.reactivex.pgclient.PgStream.delegate:Lio/reactiverse/pgclient/PgStream;
            aload 1 /* completionHandler */
            invokeinterface io.reactiverse.pgclient.PgStream.close:(Lio/vertx/core/Handler;)V
         1: .line 161
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/reactiverse/reactivex/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 io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactiverse.reactivex.pgclient.PgStream this
         0: .line 168
            aload 0 /* this */
            invokedynamic accept(Lio/reactiverse/reactivex/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/reactivex/pgclient/PgStream.lambda$3(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;

  public static <T> io.reactiverse.reactivex.pgclient.PgStream<T> newInstance(io.reactiverse.pgclient.PgStream);
    descriptor: (Lio/reactiverse/pgclient/PgStream;)Lio/reactiverse/reactivex/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 175
            aload 0 /* arg */
            ifnull 1
            new io.reactiverse.reactivex.pgclient.PgStream
            dup
            aload 0 /* arg */
            invokespecial io.reactiverse.reactivex.pgclient.PgStream.<init>:(Lio/reactiverse/pgclient/PgStream;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.reactiverse.reactivex.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/reactivex/pgclient/PgStream<TT;>;
    MethodParameters:
      Name  Flags
      arg   

  public static <T> io.reactiverse.reactivex.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/reactivex/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 179
            aload 0 /* arg */
            ifnull 1
            new io.reactiverse.reactivex.pgclient.PgStream
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_T */
            invokespecial io.reactiverse.reactivex.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.reactivex.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/reactivex/pgclient/PgStream<TT;>;
    MethodParameters:
             Name  Flags
      arg          
      __typeArg_T  

  public io.vertx.reactivex.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/reactivex/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.reactivex.pgclient.PgStream.pause:()Lio/reactiverse/reactivex/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.pgclient.PgStream.handler:(Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.pgclient.PgStream.endHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/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.reactivex.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.reactivex.pgclient.PgStream.getDelegate:()Lio/reactiverse/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/reactivex/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.reactivex.pgclient.PgStream.resume:()Lio/reactiverse/reactivex/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.pgclient.PgStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/pgclient/PgStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/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.reactivex.pgclient.PgStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/reactiverse/reactivex/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 56
            new io.reactiverse.reactivex.pgclient.PgStream
            dup
            aload 0 /* obj */
            checkcast io.reactiverse.pgclient.PgStream
            invokespecial io.reactiverse.reactivex.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.reactivex.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/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.reactivex.pgclient.PgStream this
        start local 2 // io.vertx.core.Handler handler
         0: .line 115
            aload 0 /* this */
            aload 1
            aload 2 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgStream.pipeTo:(Lio/vertx/reactivex/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 116
            return
        end local 2 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    2     2  handler  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.reactivex.pgclient.PgStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 169
            aload 0 /* this */
            aload 1 /* handler */
            invokevirtual io.reactiverse.reactivex.pgclient.PgStream.close:(Lio/vertx/core/Handler;)V
         1: .line 170
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.reactiverse.reactivex.pgclient.PgStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/reactiverse/reactivex/pgclient/PgStream<TT;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/reactivex/core/streams/ReadStream<TT;>;
SourceFile: "PgStream.java"
NestMembers:
  io.reactiverse.reactivex.pgclient.PgStream$1
InnerClasses:
  io.reactiverse.reactivex.pgclient.PgStream$1
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/reactiverse/pgclient/PgStream;)