ConditionOperandConvertible
public protocol ConditionOperandConvertible
Represents a value that can be converted into a ConditionOperand
, such as a Number
, Variable
, Text
, or String
.
-
An operand that represents this value.
Declaration
Swift
var conditionOperand: ConditionOperand { get }