Package com.google.cloud.firestore
Interface Transaction.AsyncFunction<T>
- Type Parameters:
T- The result type of the user async callback.
- Enclosing class:
- Transaction
public static interface Transaction.AsyncFunction<T>
User callback that takes a Firestore Async Transaction.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<T>updateCallback(Transaction transaction)
-
Method Details
-
updateCallback
-