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