TransactionChange

reactify.transaction.TransactionChange
case class TransactionChange(unapply: () => Unit, apply: () => Unit)

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

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product