Action<T> typedef

Action<T> = T Function()

Implementation

typedef Action<T> = T Function();