public class InTransactionMaybe<T> extends Object implements io.reactivex.MaybeTransformer<T,T>
| Constructor and Description |
|---|
InTransactionMaybe(SQLConnection sqlConnection) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.MaybeSource<T> |
apply(io.reactivex.Maybe<T> upstream) |
public InTransactionMaybe(SQLConnection sqlConnection)
sqlConnection - the connection used for transaction managementCopyright © 2021. All rights reserved.