public class NoescpMacro extends Object implements Macro<UnescapedString>
Convert the given value into an unescaped. Only accepts one argument.
Usage:
@noescp(
| Constructor and Description |
|---|
NoescpMacro() |
| Modifier and Type | Method and Description |
|---|---|
UnescapedString |
apply(List<Object> values)
Apply the macro to the given values
|
String |
name()
The name of the macro
|
public UnescapedString apply(List<Object> values)
Macroapply in interface Macro<UnescapedString>values - Values on which to operate the macropublic String name()
Macroname in interface Macro<UnescapedString>Copyright © 2017 Grakn Labs Ltd. All rights reserved.