public interface Type
| Modifier and Type | Interface and Description |
|---|---|
static class |
Type.Kind
KIND
|
| Modifier and Type | Field and Description |
|---|---|
static Type[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Type.Kind |
getKind() |
int |
hashCode() |
default OptionalType |
makeOptional() |
tech.ydb.proto.ValueProtos.Type |
toPb() |
String |
toString() |
default Type |
unwrapOptional() |
static final Type[] EMPTY_ARRAY
Type.Kind getKind()
tech.ydb.proto.ValueProtos.Type toPb()
default OptionalType makeOptional()
default Type unwrapOptional()
Copyright © 2023. All rights reserved.