ValueType

overflowdb.schema.Property$.ValueType$
See theValueType companion trait
object ValueType

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object Boolean extends ValueType[Boolean]

Attributes

Graph
Supertypes
trait ValueType[Boolean]
class Object
trait Matchable
class Any
Self type
Boolean.type
object Byte extends ValueType[Byte]

Attributes

Graph
Supertypes
trait ValueType[Byte]
class Object
trait Matchable
class Any
Self type
Byte.type
object Char extends ValueType[Char]

Attributes

Graph
Supertypes
trait ValueType[Char]
class Object
trait Matchable
class Any
Self type
Char.type
object Double extends ValueType[Double]

Attributes

Graph
Supertypes
trait ValueType[Double]
class Object
trait Matchable
class Any
Self type
Double.type
object Float extends ValueType[Float]

Attributes

Graph
Supertypes
trait ValueType[Float]
class Object
trait Matchable
class Any
Self type
Float.type
object Int extends ValueType[Int]

Attributes

Graph
Supertypes
trait ValueType[Int]
class Object
trait Matchable
class Any
Self type
Int.type
object List extends ValueType[Seq[_]]

Attributes

Graph
Supertypes
trait ValueType[Seq[_]]
class Object
trait Matchable
class Any
Self type
List.type
object Long extends ValueType[Long]

Attributes

Graph
Supertypes
trait ValueType[Long]
class Object
trait Matchable
class Any
Self type
Long.type
object NodeRef extends ValueType[Any]

Attributes

Graph
Supertypes
trait ValueType[Any]
class Object
trait Matchable
class Any
Self type
NodeRef.type
object Short extends ValueType[Short]

Attributes

Graph
Supertypes
trait ValueType[Short]
class Object
trait Matchable
class Any
Self type
Short.type
object String extends ValueType[String]

Attributes

Graph
Supertypes
trait ValueType[String]
class Object
trait Matchable
class Any
Self type
String.type
object Unknown extends ValueType[Any]

Attributes

Graph
Supertypes
trait ValueType[Any]
class Object
trait Matchable
class Any
Self type
Unknown.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror