AFProcessQueryDelegate<TQuery extends AFAsyncQuery> typedef
AFProcessQueryDelegate<TQuery extends AFAsyncQuery> =
dynamic Function(AFStateTestContext context, TQuery query)
Delegate
Implementation
typedef AFProcessQueryDelegate<TQuery extends AFAsyncQuery> = dynamic Function(AFStateTestContext context, TQuery query);