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