public class UpperMacro extends Object implements Macro<String>
Convert the given value into an upper case string. Only accepts one argument. Usage: @upper(
UpperMacro()
String
apply(List<Object> values)
name()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UpperMacro()
public String apply(List<Object> values)
apply
Macro<String>
public String name()
name
Copyright © 2017 Grakn Labs Ltd. All rights reserved.