Package-level declarations

Types

Link copied to clipboard
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>
abstract class AggregatedConditionCapableDefinitionProvider : CustomDefinitionProviderV2
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard