Coroutine
Functions
Link copied to clipboard
                  Converts this value to a kotlin.Boolean, or throws an error if it cannot be converted.
Link copied to clipboard
                  Converts this value to a Value.Bytes, or throws an error if it cannot be converted.
Link copied to clipboard
                  Converts this value to a Double, or throws an error if it cannot be converted.
Link copied to clipboard
                  Converts this value to a Value.List, or throws an error if it cannot be converted.
Link copied to clipboard
                  Look up a value in this value.
Link copied to clipboard
                  Look up a successive sequence of strings in this value.
Link copied to clipboard
                  If this value is null, return Value.Null, otherwise return this value.
Link copied to clipboard
                  Sets a value in this value, or throws an error if it cannot be set.
Link copied to clipboard
                  Converts this value to a String, or throws an error if it cannot be converted.
Link copied to clipboard
                  Converts this value to a Value.Table, or throws an error if it cannot be converted.