Package

reactify

transaction

Permalink

package transaction

Visibility
  1. Public
  2. All

Type Members

  1. class Transaction extends AnyRef

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

    Permalink

    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

    Permalink

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

Ungrouped