Nullary<T> typedef

Nullary<T> = T Function()

a typedef for a "nullary" Function

Implementation

typedef Nullary<T> = T Function();