Transaction.Result

classTransaction.Result


Instances of this class represent the desired outcome of a single run of aHandler's doTransaction method. The options are:

  • Set the data to the new value (success)
  • abort the transaction
Instances are created usingsuccess orabort.

Summary

Public functions

Boolean

Public functions

isSuccess

fun isSuccess(): Boolean
Returns
Boolean

Whether or not this result is a success

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-21 UTC.