DeriveValue<T> typedef
DeriveValue<T> =
T Function(T previousValue)
Derives the next value from the previous value.
Implementation
typedef DeriveValue<T> = T Function(T previousValue);
Derives the next value from the previous value.
typedef DeriveValue<T> = T Function(T previousValue);