Types
Filter definition for a Boolean property
Filter definition for a Float property
Filter definition for a ID property
Filter definition for a Int property
ScalarFilterEntryBase which takes a boolean as input and checks if the scalar is null
Filter for a scalar property. Defines a list of fields how the property can be filtered (e.g. eq, in, startsWith, ...). If multiple fields are provided, these are joined by AND Already defines eq and in entries
ScalarFilterEntryBase which takes a single scalar as input Can be used e.g. for a eq filter
Base class for scalar filter entries Can be used to define filters for a scalar property, e.g. an in or eq filter
ScalarFilterEntryBase which takes a list of the scalar as input Can be used e.g. for a in filter
Filter definition for a String property