public final class TaggedValue extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Tag |
getTag()
Returns this TaggedValue's tag, which is never null.
|
Object |
getValue() |
int |
hashCode() |
static TaggedValue |
newTaggedValue(Tag tag,
Object value)
Return a tagged value for the given tag and value (some edn data).
|
String |
toString() |
public static TaggedValue newTaggedValue(Tag tag, Object value)
tag - not null.value - may be null.public Tag getTag()
public Object getValue()
Copyright © 2019. All rights reserved.