Uses of Interface
com.google.cloud.firestore.Transaction.Function
Packages that use Transaction.Function
-
Uses of Transaction.Function in com.google.cloud.firestore
Methods in com.google.cloud.firestore with parameters of type Transaction.FunctionModifier 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.