Represents a Query for filtering entities based on certain conditions.
Filters a list of entities based on the query.
The list of entities to filter.
A filtered list of entities that match the query.
Determines if a given entity matches with the query.
The entity to check against the query.
True if the entity matches, otherwise false.
Represents a Query for filtering entities based on certain conditions.