$write abstract method

void $write(
  1. GetAtom get,
  2. SetAtom set,
  3. SetSelf<R> setSelf,
  4. W value,
)

When the atom recieves a write with the given value, this method determines the outcome.

Implementation

void $write(GetAtom get, SetAtom set, SetSelf<R> setSelf, W value);