T - type of valuepublic interface Value<T extends Type>
| Modifier and Type | Field and Description |
|---|---|
static Value<?>[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
default PrimitiveValue |
asData() |
default DictValue |
asDict() |
default ListValue |
asList() |
default OptionalValue |
asOptional() |
default StructValue |
asStuct() |
default VariantValue |
asVariant() |
default VoidValue |
asVoid() |
T |
getType() |
default OptionalValue |
makeOptional() |
tech.ydb.proto.ValueProtos.Value |
toPb() |
static final Value<?>[] EMPTY_ARRAY
T getType()
tech.ydb.proto.ValueProtos.Value toPb()
default PrimitiveValue asData()
default DictValue asDict()
default ListValue asList()
default OptionalValue asOptional()
default StructValue asStuct()
default VariantValue asVariant()
default VoidValue asVoid()
default OptionalValue makeOptional()
Copyright © 2023. All rights reserved.