public class Value extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
double |
asDouble() |
int |
asInteger() |
List<Object> |
asList() |
String |
asString() |
static Value |
concat(Value... values) |
boolean |
equals(Object o) |
static String |
format(Value val) |
static String |
formatVar(Value var) |
Object |
getValue() |
int |
hashCode() |
static String |
identity(Value val) |
boolean |
isBoolean() |
boolean |
isDouble() |
boolean |
isInteger() |
boolean |
isList() |
boolean |
isNull() |
boolean |
isNumber() |
boolean |
isString() |
boolean |
isVoid() |
String |
toString() |
public Value(Object value)
public boolean isString()
public boolean isDouble()
public boolean isInteger()
public boolean isNumber()
public boolean isList()
public boolean isBoolean()
public boolean isNull()
public boolean isVoid()
public String asString()
public double asDouble()
public int asInteger()
public boolean asBoolean()
public Object getValue()
Copyright © 2016 Grakn Labs Ltd. All rights reserved.