statements
Parameters
value
The statements to combine with AND
logic. You can use any statements that can be nested. See Statement above for details.
Parameters
values
The statements to combine with AND
logic. You can use any statements that can be nested. See Statement above for details.
suspend fun statements(argument: List<suspend RuleGroupRuleStatementAndStatementStatementArgsBuilder.() -> Unit>)
suspend fun statements(vararg argument: suspend RuleGroupRuleStatementAndStatementStatementArgsBuilder.() -> Unit)
suspend fun statements(argument: suspend RuleGroupRuleStatementAndStatementStatementArgsBuilder.() -> Unit)
Parameters
argument
The statements to combine with AND
logic. You can use any statements that can be nested. See Statement above for details.