public final class ErrorValue extends VirtualValue
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VirtualValue other,
Comparator<AnyValue> comparator) |
protected int |
computeHash() |
boolean |
equals(VirtualValue other) |
String |
getTypeName() |
<T> T |
map(ValueMapper<T> mapper) |
VirtualValueGroup |
valueGroup() |
<E extends Exception> |
writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
eq, ternaryEqualsequals, hashCode, isSequenceValuepublic boolean equals(VirtualValue other)
equals in class VirtualValuepublic VirtualValueGroup valueGroup()
valueGroup in class VirtualValuepublic int compareTo(VirtualValue other, Comparator<AnyValue> comparator)
compareTo in class VirtualValueprotected int computeHash()
computeHash in class AnyValuepublic <E extends Exception> void writeTo(AnyValueWriter<E> writer, Authorizations authorizations)
public <T> T map(ValueMapper<T> mapper)
public String getTypeName()
getTypeName in class AnyValueCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.