set abstract method

void set(
  1. T value
)

Set value and inform subscribers

Implementation

void set(T value);