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