io.reactivex.Flowable<Tx<Integer>> |
TransactedUpdateBuilder.counts() |
static <T> io.reactivex.functions.Function<Tx<T>,io.reactivex.Flowable<T>> |
Tx.flattenToValuesOnly() |
io.reactivex.Flowable<Tx<T>> |
TransactedSelectAutomappedBuilder.get() |
<T> io.reactivex.Flowable<Tx<T>> |
TransactedReturnGeneratedKeysBuilder.get(ResultSetMapper<? extends T> function)
Transforms the results using the given function.
|
<T> io.reactivex.Flowable<Tx<T>> |
TransactedSelectBuilder.getAs(Class<T> cls) |
<T> io.reactivex.Flowable<Tx<T>> |
TransactedReturnGeneratedKeysBuilder.getAs(Class<T> cls) |
static <T> io.reactivex.Flowable<Tx<T>> |
Tx.toTx(io.reactivex.Notification<T> n,
Connection con,
Database db) |
static <T> io.reactivex.functions.Function<Tx<T>,T> |
Tx.toValue() |
io.reactivex.Single<Tx<?>> |
UpdateBuilder.transaction() |
io.reactivex.Single<Tx<?>> |
TransactedUpdateBuilder.tx() |
static <T> io.reactivex.functions.Predicate<Tx<T>> |
Tx.valuesOnly() |