reactify.transaction

Members list

Type members

Classlikes

class Transaction

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Transaction

Transaction allows access to undo, redo, revert, and commit changes to Vars

Transaction allows access to undo, redo, revert, and commit changes to Vars

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class TransactionChange(unapply: () => Unit, apply: () => Unit)

TransactionChange represents the transactional changes for a single Var in a Transaction

TransactionChange represents the transactional changes for a single Var in a Transaction

Value parameters

apply

applies the changes applied during the transaction

unapply

reverts the changes applied during the transaction

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all