| Class | Description |
|---|---|
| BooleanMacro | |
| ConcatMacro | |
| DateMacro |
Macro that will parse the given value (arg1) using the format (arg2) into another format (arg3)
or epoch time if no arg3 is provided.
|
| DoubleMacro | |
| EqualsMacro | |
| IntMacro | |
| LongMacro |
Macro that will convert the given value to a long
|
| LowerMacro |
Macro that will convert the given value to lower case
|
| NoescpMacro | |
| SplitMacro |
Macro that splits the given value based on the given character
|
| StringMacro |
Macro that will convert the given value to a quoted string
|
| UnescapedString |
Unescaped string object to hold values from the NoEscape macro
|
| UpperMacro |
Macro that will convert the given value to upper case
|
Copyright © 2016 Grakn Labs Ltd. All rights reserved.