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 Type
    Method
    Description
    com.google.api.core.ApiFuture<T>
     
  • Method Details

    • updateCallback

      com.google.api.core.ApiFuture<T> updateCallback(Transaction transaction)