ValueUpdater<T> typedef

ValueUpdater<T> = T Function(T value)

Implementation

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