OrCondition

data class OrCondition(val conditions: List<Condition>) : Condition

Logical OR condition

Constructors

Link copied to clipboard
constructor(conditions: List<Condition>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toCriteria(): Criteria