write abstract method

void write(
  1. GetPod get,
  2. SetPod set,
  3. SetSelf<T> setSelf,
  4. V value,
)

When the pod receives a write with the given value, this method determines the outcome.

Implementation

void write(GetPod get, SetPod set, SetSelf<T> setSelf, V value);