SelectorFunction<T> typedef

SelectorFunction<T> = T Function()

Function which take current state of CoreScreen - in other words which is current state of processor and is responsible for returning a selected value, T, based on state.

Implementation

typedef SelectorFunction<T> = T Function();