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 }
View on GitHub
ConditionOperandConvertible Protocol Reference