| Class | Description |
|---|---|
| BooleanMacro |
Templating function that will convert the given value into a boolean (true/false).
|
| ConcatMacro |
Concatenate all of the given values to a string.
|
| DateMacro |
Parse the given value (arg1) using the format (arg2).
|
| DoubleMacro |
Convert the given value into a boolean (true/false).
|
| EqualsMacro |
Compares the given values.
|
| IntMacro |
Convert the given value into an integer.
|
| LongMacro |
Convert the given value into a long.
|
| LowerMacro |
Convert the given value into an lower case string.
|
| NoescpMacro |
Convert the given value into an unescaped.
|
| SplitMacro |
Templating function that splits the given value based on the given character.
|
| StringMacro |
Convert the given value into a quoted string.
|
| Unescaped<T> |
Class representing a object that should not be escaped by the templator.
|
| UpperMacro |
Convert the given value into an upper case string.
|
Copyright © 2017 Grakn Labs Ltd. All rights reserved.