TypeFactory1 typedef

TypeFactory1 = Object? Function<A>(Object? f<V>())

Implementation

typedef TypeFactory1 = Object? Function<A>(Object? Function<V>() f);