class SimpleFilterEntry(val simpleDefinition: SimpleFilterEntryDefinition, val value: Any) : FilterEntry
Simple FilterEntry where the condition generation is only defined by the definition, and a provided value
Parameters
simpleDefinition
definition used to generate the condition
value
the value used to generate the condition