element | A single object to be tested. |
bool True if the object passes the query, false otherwise.
Implement this function to evaluate the query on a single element.
payload | The input data of the query. |
IEnumerable<TData> An enumerable of type TData.
Implement this function to evaluate the query on a payload.