[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`Query.FilterPredicate` is a filter that operates on a single property, inheriting from `Query.Filter` and ultimately from `Object`."],["The constructor `FilterPredicate(String propertyName, Query.FilterOperator operator, Object value)` creates a filter based on a property name, an operator, and a value, which can be a single supported type or an Iterable of supported types if using the `IN` operator."],["The `equals` method is overridden to compare this filter predicate to another object for equality."],["`getOperator`, `getPropertyName`, and `getValue` are methods that retrieve the filter's operator, the property name it filters on, and the value it uses for comparison, respectively."],["The `hashCode` and `toString` methods are overridden to provide hash code and string representations of the filter predicate, respectively."]]],[]]