$read abstract method

T $read(
  1. AtomContext<T> ctx
)

Used by the registry to read the atoms value.

Implementation

T $read(AtomContext<T> ctx);