T - Type of data you want to deal with.public interface TransactionCallback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
run(T transactionData)
Deals with firebase database value when you need to get care about concurrent modification of same data.
|
T run(T transactionData)
transactionData - Transaction input data - before modification