Apply<T> typedef

Apply<T> = void Function(T)

Function for applying provided data into state for UI

Implementation

typedef Apply<T> = void Function(T);