Query3UntilCallback<A, B, C> typedef

Query3UntilCallback<A, B, C> = bool Function(Entity entity, A a, B b, C c)

Implementation

typedef Query3UntilCallback<A, B, C> =
    bool Function(Entity entity, A a, B b, C c);