public class BooleanMacro extends Object implements Macro<Boolean>
Templating function that will convert the given value into a boolean (true/false). Only accepts one argument. Usage: @boolean()
BooleanMacro()
Boolean
apply(List<Object> values)
String
name()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BooleanMacro()
public Boolean apply(List<Object> values)
apply
Macro<Boolean>
public String name()
name
Copyright © 2017 Grakn Labs Ltd. All rights reserved.