← effectTxRef7Constructors2Models1Combinators4ConstructorsmakeconstCreates a new TxRef with the specified initial value.makeUnsafeconstCreates a new TxRef synchronously with the specified initial value.ModelsTxRefinterfaceTxRef is a transactional value, it can be read and modified within the body of a transaction.CombinatorsgetconstReads the current value of the TxRef.modifyconstModifies the value of the TxRef using the provided function.setconstSets the value of the TxRef.updateconstUpdates the value of the TxRef using the provided function.