ValueType

flatgraph.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
ValueType.type

Members list

Type members

Classlikes

object Boolean extends ValueType[Boolean]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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