TxSubscriptionRef12
Constructors
Models
Guards
Getters
Mutations
getAndSetconstGets the current value and sets a new value atomically.getAndUpdateconstGets the current value and updates it using a function atomically.modifyconstModifies the value of the TxSubscriptionRef using a function that returns both a result and the new value.setconstSets the value of the TxSubscriptionRef and publishes the new value to all subscribers.updateconstUpdates the value of the TxSubscriptionRef using a function and publishes the new value to all subscribers.updateAndGetconstUpdates the value using a function and returns the new value.