public class ConcatMacro extends Object implements Macro<String>
Concatenate all of the given values to a string. Accepts at least two arguments. Usage: @concat(, )
ConcatMacro()
String
apply(List<Object> values)
name()
toString(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcatMacro()
public String apply(List<Object> values)
Macro
apply
Macro<String>
values
public String name()
name
public String toString(Object object)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.