Uses of Interface
com.google.cloud.firestore.Transaction.Function
-
Uses of Transaction.Function in com.google.cloud.firestore
Modifier and TypeMethodDescription<T> com.google.api.core.ApiFuture<T>
Firestore.runTransaction
(Transaction.Function<T> updateFunction) Executes the given updateFunction and then attempts to commit the changes applied within the transaction.<T> com.google.api.core.ApiFuture<T>
Firestore.runTransaction
(Transaction.Function<T> updateFunction, TransactionOptions transactionOptions) Executes the given updateFunction and then attempts to commit the changes applied within the transaction.