public abstract class AnyValue extends Object
| Constructor and Description |
|---|
AnyValue() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
computeHash() |
protected abstract boolean |
eq(Object other) |
boolean |
equals(Object other) |
abstract String |
getTypeName() |
int |
hashCode() |
boolean |
isSequenceValue() |
abstract <T> T |
map(ValueMapper<T> mapper) |
abstract Boolean |
ternaryEquals(AnyValue other) |
abstract <E extends Exception> |
writeTo(AnyValueWriter<E> writer,
Authorizations authorizations) |
protected abstract boolean eq(Object other)
protected abstract int computeHash()
public abstract <E extends Exception> void writeTo(AnyValueWriter<E> writer, Authorizations authorizations) throws E extends Exception
E extends Exceptionpublic boolean isSequenceValue()
public abstract <T> T map(ValueMapper<T> mapper)
public abstract String getTypeName()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.