Query1Callback<A> typedef
Query1Callback<A> =
void Function(Entity entity, A a)
Implementation
typedef Query1Callback<A> = void Function(Entity entity, A a);
typedef Query1Callback<A> = void Function(Entity entity, A a);