public interface Tx<T> extends TxWithoutValue
Modifier and Type | Method and Description |
---|---|
static <T> io.reactivex.functions.Function<Tx<T>,io.reactivex.Flowable<T>> |
flattenToValuesOnly() |
boolean |
isValue() |
static <T> io.reactivex.Flowable<Tx<T>> |
toTx(io.reactivex.Notification<T> n,
java.sql.Connection con,
Database db) |
static <T> io.reactivex.functions.Function<Tx<T>,T> |
toValue() |
T |
value() |
static <T> io.reactivex.functions.Predicate<Tx<T>> |
valuesOnly() |
call, isComplete, isError, select, throwable, update
boolean isValue()
T value()
static <T> io.reactivex.functions.Predicate<Tx<T>> valuesOnly()
static <T> io.reactivex.functions.Function<Tx<T>,io.reactivex.Flowable<T>> flattenToValuesOnly()
static <T> io.reactivex.functions.Function<Tx<T>,T> toValue()
Copyright © 2016–2020. All rights reserved.