TypeFactory2 typedef

TypeFactory2 = Object? Function<A, B>(Object? f<V>())

Implementation

typedef TypeFactory2 = Object? Function<A, B>(Object? Function<V>() f);