Tag

object Tag
Companion:
class
class Object
trait Matchable
class Any
Tag.type

Type members

Classlikes

trait Boolean extends Tag

Represents a String key pointing to a Boolean value.

Represents a String key pointing to a Boolean value.

trait Long extends Tag

Represents a String key pointing to a Long value.

Represents a String key pointing to a Long value.

trait Pair[T]
trait String extends Tag

Represents a String key pointing to a String value.

Represents a String key pointing to a String value.

Value members

Concrete methods

def unwrapValue(tag: Tag): Any

Returns the value held inside of a Tag instance. This utility function is specially useful when iterating over tags but not caring about the concrete tag type.

Returns the value held inside of a Tag instance. This utility function is specially useful when iterating over tags but not caring about the concrete tag type.