Updater<T> typedef

Updater<T> = T Function(T value)

Store uodater.

Implementation

typedef Updater<T> = T Function(T value);