Object

lspace.datatype.DataType

default

Related Doc: package DataType

Permalink

object default

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. default
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val @boolean: BoolType[Boolean]

    Permalink
  5. val @class: IriType[structure.Ontology]

    Permalink
  6. val @color: ColorType[Any]

    Permalink
  7. val @datatype: IriType[DataType[Any]]

    Permalink
  8. val @date: LocalDateType[LocalDate]

    Permalink
  9. val @datetime: DateTimeType[Instant]

    Permalink
  10. val @double: DoubleType[Double]

    Permalink
  11. val @duration: DurationType

    Permalink
  12. val @edgeURL: EdgeURLType[structure.Edge[Any, Any]] { ... /* 2 definitions in type refinement */ }

    Permalink
  13. val @geo: GeometricType[Geometry]

    Permalink
  14. val @geoline: GeoLineType[Line]

    Permalink
  15. val @geomultigeo: GeoMultiGeometryType[MultiGeometry]

    Permalink
  16. val @geomultiline: GeoMultiLineType[MultiLine]

    Permalink
  17. val @geomultipoint: GeoMultipointType[MultiPoint]

    Permalink
  18. val @geomultipolygon: GeoMultiPolygonType[MultiPolygon]

    Permalink
  19. val @geopoint: GeopointType[Point]

    Permalink
  20. val @geopolygon: GeoPolygonType[Polygon]

    Permalink
  21. val @graph: GraphType[structure.Graph]

    Permalink
  22. val @int: IntType[Int]

    Permalink
  23. val @literal: LiteralType[Any]

    Permalink
  24. val @localdatetime: LocalDateTimeType[LocalDateTime]

    Permalink
  25. val @long: LongType[Long]

    Permalink
  26. val @nodeURL: NodeURLType[structure.Node] { ... /* 3 definitions in type refinement */ }

    Permalink
  27. val @number: NumericType[AnyVal]

    Permalink
  28. val @property: IriType[structure.Property]

    Permalink
  29. val @quantity: QuantityType[Any]

    Permalink
  30. val @string: TextType[String]

    Permalink
  31. val @structured: StructuredType[Any]

    Permalink
  32. val @temporal: CalendarType[Any]

    Permalink
  33. val @time: LocalTimeType[LocalTime]

    Permalink
  34. val @url: IriType[IriResource] { ... /* 3 definitions in type refinement */ }

    Permalink
  35. val @valueURL: ValueURLType[Any] { ... /* 2 definitions in type refinement */ }

    Permalink
  36. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  37. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. val default: DataType[Any] { ... /* 2 definitions in type refinement */ }

    Permalink
  39. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  43. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  44. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  45. def listType(): ListType[List[Any]]

    Permalink
  46. def listType[T](implicit tpe: ClassTypeable[T]): ListType[List[T]]

    Permalink
  47. def listType[V](ct: structure.ClassType[V]): ListType[List[V]]

    Permalink
  48. def listsetType(): ListSetType[ListSet[Any]]

    Permalink
  49. def listsetType[T](implicit tpe: ClassTypeable[T]): ListSetType[ListSet[T]]

    Permalink
  50. def listsetType[V](ct: structure.ClassType[V]): ListSetType[ListSet[V]]

    Permalink
  51. def mapType(): MapType[Map[Any, Any]]

    Permalink
  52. def mapType[K, V](implicit ktpe: ClassTypeable[K], vtpe: ClassTypeable[V]): MapType[Map[K, V]]

    Permalink
  53. def mapType[K, V](kct: structure.ClassType[K], vct: structure.ClassType[V]): MapType[Map[K, V]]

    Permalink
  54. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. def optionType(): OptionType[Option[Any]]

    Permalink
  58. def optionType[T](implicit tpe: ClassTypeable[T]): OptionType[T]

    Permalink
  59. def optionType[V](ct: structure.ClassType[V]): OptionType[Option[V]]

    Permalink
  60. def setType(): SetType[Set[Any]]

    Permalink
  61. def setType[T](implicit tpe: ClassTypeable[T]): SetType[Set[T]]

    Permalink
  62. def setType[V](ct: structure.ClassType[V]): SetType[Set[V]]

    Permalink
  63. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  64. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  65. def tupleType[T](ct: structure.ClassType[_]*): TupleType[T]

    Permalink
  66. def vectorType(): VectorType[Vector[Any]]

    Permalink
  67. def vectorType[T](implicit tpe: ClassTypeable[T]): VectorType[Vector[T]]

    Permalink
  68. def vectorType[V](ct: structure.ClassType[V]): VectorType[Vector[V]]

    Permalink
  69. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped