set abstract method

void set(
  1. T value
)

Sets a given value for this atom

Implementation

void set(T value);