SubValueUpdate<T> typedef

SubValueUpdate<T> = T Function(T previous)

Called to update the value for a SubValue.

Implementation

typedef SubValueUpdate<T> = T Function(T previous);