Uses of Class
tech.ydb.yoj.databind.expression.values.Tuple
Packages that use Tuple
-
Uses of Tuple in tech.ydb.yoj.databind.expression
Methods in tech.ydb.yoj.databind.expression with parameters of type TupleModifier and TypeMethodDescriptionstatic @NonNull FieldValueDeprecated, for removal: This API element is subject to removal in a future version.Constructs a new field value that is a tuple. -
Uses of Tuple in tech.ydb.yoj.databind.expression.values
Methods in tech.ydb.yoj.databind.expression.values that return TupleModifier and TypeMethodDescription@NonNull TupleTupleFieldValue.tuple()Returns the value of thetuplerecord component.Methods in tech.ydb.yoj.databind.expression.values with parameters of type TupleConstructors in tech.ydb.yoj.databind.expression.values with parameters of type TupleModifierConstructorDescriptionTupleFieldValue(@NonNull Tuple tuple) Creates an instance of aTupleFieldValuerecord class.