BinaryLogicalConditionComponent
class BinaryLogicalConditionComponent(val left: ConditionComponent, val right: ConditionComponent, val operator: BinaryLogicalOperatorName) : BinaryConditionComponent(source)
A BinaryConditionComponent that logically combines left and right based on operator (e.g. logical and)
Constructors
Link copied to clipboard
constructor(left: ConditionComponent, right: ConditionComponent, operator: BinaryLogicalOperatorName)