copy method

Implementation

AtomicValueController<T> copy() {
  return AtomicValueController<T>(value);
}