TypeFunction<TF> typedef
TypeFunction<TF> =
R Function<R>(R fn<T extends TF>() )
Implementation
typedef TypeFunction<TF> = R Function<R>(R Function<T extends TF>() fn);
typedef TypeFunction<TF> = R Function<R>(R Function<T extends TF>() fn);