ConditionTextOperandConvertible
public protocol ConditionTextOperandConvertible
Represents a value that can be converted into a ConditionTextOperand, such as a Variable, Text, or String.
-
A text operand that represents this value.
Declaration
Swift
var conditionTextOperand: ConditionTextOperand { get }
View on GitHub
ConditionTextOperandConvertible Protocol Reference