VariableProcessorProtocol
internal protocol VariableProcessorProtocol
A processor that can process a raw value with extra information, such as interpreter and context
-
The method that can process the variable
Declaration
Swift
func process(_ variable: VariableValue) -> Any?Parameters
variableThe raw value to process
Return Value
The computed value of the variable
View on GitHub
Install in Dash
VariableProcessorProtocol Protocol Reference