TransactionChange

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 Params
apply

applies the changes applied during the transaction

unapply

reverts the changes applied during the transaction

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product