AggregatedCondition
data class AggregatedCondition<CommandAggregateType : Any>(val field: AggregatedFields<CommandAggregateType>, val operator: Operator, val value: Any, val children: List<AggregatedCondition<CommandAggregateType>>, val options: Map<String, Any> = emptyMap()) : IAggregatedCondition<CommandAggregateType>
Constructors
Link copied to clipboard
constructor(field: AggregatedFields<CommandAggregateType>, operator: Operator, value: Any, children: List<AggregatedCondition<CommandAggregateType>>, options: Map<String, Any> = emptyMap())