ApplyFunc<T> typedef

ApplyFunc<T> = dynamic Function(T arg)

Implementation

typedef ApplyFunc<T> = Function(T arg);