Then takes a list of operations. The Ops list will be executed, if the comparisons passed in If() succeed.
(ops ...Op)
| 42 | // Then takes a list of operations. The Ops list will be executed, if the |
| 43 | // comparisons passed in If() succeed. |
| 44 | Then(ops ...Op) Txn |
| 45 | |
| 46 | // Else takes a list of operations. The Ops list will be executed, if the |
| 47 | // comparisons passed in If() fail. |
no outgoing calls