public class NoescpMacro extends Object implements Macro<UnescapedString>
| 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 © 2016 Grakn Labs Ltd. All rights reserved.