public class io.vertx.rxjava.ext.sql.impl.InTransactionObservable<T> implements rx.Observable$Transformer<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.ext.sql.impl.InTransactionObservable
  super_class: java.lang.Object
{
  private final io.vertx.rxjava.ext.sql.SQLConnection sqlConnection;
    descriptor: Lio/vertx/rxjava/ext/sql/SQLConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.rxjava.ext.sql.SQLConnection);
    descriptor: (Lio/vertx/rxjava/ext/sql/SQLConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.impl.InTransactionObservable this
        start local 1 // io.vertx.rxjava.ext.sql.SQLConnection sqlConnection
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* sqlConnection */
            putfield io.vertx.rxjava.ext.sql.impl.InTransactionObservable.sqlConnection:Lio/vertx/rxjava/ext/sql/SQLConnection;
         2: .line 30
            return
        end local 1 // io.vertx.rxjava.ext.sql.SQLConnection sqlConnection
        end local 0 // io.vertx.rxjava.ext.sql.impl.InTransactionObservable this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/vertx/rxjava/ext/sql/impl/InTransactionObservable<TT;>;
            0    3     1  sqlConnection  Lio/vertx/rxjava/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sqlConnection  

  public rx.Observable<T> call(rx.Observable<T>);
    descriptor: (Lrx/Observable;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.impl.InTransactionObservable this
        start local 1 // rx.Observable upstream
         0: .line 34
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.impl.InTransactionObservable.sqlConnection:Lio/vertx/rxjava/ext/sql/SQLConnection;
            iconst_0
            invokevirtual io.vertx.rxjava.ext.sql.SQLConnection.rxSetAutoCommit:(Z)Lrx/Single;
            invokevirtual rx.Single.toCompletable:()Lrx/Completable;
         1: .line 35
            aload 1 /* upstream */
            invokevirtual rx.Completable.andThen:(Lrx/Observable;)Lrx/Observable;
         2: .line 36
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.impl.InTransactionObservable.sqlConnection:Lio/vertx/rxjava/ext/sql/SQLConnection;
            invokevirtual io.vertx.rxjava.ext.sql.SQLConnection.rxCommit:()Lrx/Single;
            invokevirtual rx.Single.toCompletable:()Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.concatWith:(Lrx/Observable;)Lrx/Observable;
         3: .line 37
            aload 0 /* this */
            invokedynamic call(Lio/vertx/rxjava/ext/sql/impl/InTransactionObservable;)Lrx/functions/Func1;
              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/vertx/rxjava/ext/sql/impl/InTransactionObservable.lambda$0(Ljava/lang/Throwable;)Lrx/Observable; (7)
                  (Ljava/lang/Throwable;)Lrx/Observable;
            invokevirtual rx.Observable.onErrorResumeNext:(Lrx/functions/Func1;)Lrx/Observable;
         4: .line 41
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.impl.InTransactionObservable.sqlConnection:Lio/vertx/rxjava/ext/sql/SQLConnection;
            iconst_1
            invokevirtual io.vertx.rxjava.ext.sql.SQLConnection.rxSetAutoCommit:(Z)Lrx/Single;
            invokevirtual rx.Single.toCompletable:()Lrx/Completable;
            invokevirtual rx.Completable.toObservable:()Lrx/Observable;
            invokevirtual rx.Observable.concatWith:(Lrx/Observable;)Lrx/Observable;
         5: .line 34
            areturn
        end local 1 // rx.Observable upstream
        end local 0 // io.vertx.rxjava.ext.sql.impl.InTransactionObservable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lio/vertx/rxjava/ext/sql/impl/InTransactionObservable<TT;>;
            0    6     1  upstream  Lrx/Observable<TT;>;
    Signature: (Lrx/Observable<TT;>;)Lrx/Observable<TT;>;
    MethodParameters:
          Name  Flags
      upstream  

  public java.lang.Object call(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast rx.Observable
            invokevirtual io.vertx.rxjava.ext.sql.impl.InTransactionObservable.call:(Lrx/Observable;)Lrx/Observable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private rx.Observable lambda$0(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Lrx/Observable;
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.impl.InTransactionObservable this
        start local 1 // java.lang.Throwable throwable
         0: .line 38
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.impl.InTransactionObservable.sqlConnection:Lio/vertx/rxjava/ext/sql/SQLConnection;
            invokevirtual io.vertx.rxjava.ext.sql.SQLConnection.rxRollback:()Lrx/Single;
            invokevirtual rx.Single.toCompletable:()Lrx/Completable;
            invokevirtual rx.Completable.onErrorComplete:()Lrx/Completable;
         1: .line 39
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.impl.InTransactionObservable.sqlConnection:Lio/vertx/rxjava/ext/sql/SQLConnection;
            iconst_1
            invokevirtual io.vertx.rxjava.ext.sql.SQLConnection.rxSetAutoCommit:(Z)Lrx/Single;
            invokevirtual rx.Single.toCompletable:()Lrx/Completable;
            invokevirtual rx.Completable.onErrorComplete:()Lrx/Completable;
            invokevirtual rx.Completable.andThen:(Lrx/Completable;)Lrx/Completable;
         2: .line 40
            aload 1 /* throwable */
            invokestatic rx.Observable.error:(Ljava/lang/Throwable;)Lrx/Observable;
            invokevirtual rx.Completable.andThen:(Lrx/Observable;)Lrx/Observable;
         3: .line 38
            areturn
        end local 1 // java.lang.Throwable throwable
        end local 0 // io.vertx.rxjava.ext.sql.impl.InTransactionObservable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lio/vertx/rxjava/ext/sql/impl/InTransactionObservable<TT;>;
            0    4     1  throwable  Ljava/lang/Throwable;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lrx/Observable$Transformer<TT;TT;>;
SourceFile: "InTransactionObservable.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Transformer = rx.Observable$Transformer of rx.Observable