Callable<R> typedef

Callable<R> = R Function()

define returnable parameter R type function.

Implementation

typedef Callable<R> = R Function();