Packages

p

reactify

transaction

package transaction

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Transaction extends AnyRef
  2. case class TransactionChange(unapply: () ⇒ Unit, apply: () ⇒ Unit) extends Product with Serializable

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

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

    unapply

    reverts the changes applied during the transaction

    apply

    applies the changes applied during the transaction

Value Members

  1. object Transaction

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

Ungrouped