Object

lspace.librarian.structure.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[Ontology]

    Permalink
  6. val @color: ColorType.type

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

    Permalink
  8. val @date: LocalDateType[LocalDate]

    Permalink
  9. val @datetime: DateTimeType[Instant]

    Permalink
  10. val @double: DoubleType[Double]

    Permalink
  11. val @duration: DurationType.type

    Permalink
  12. val @edgeURL: EdgeURLType[Edge[Any, Any]]

    Permalink
  13. val @geo: GeometricType.type

    Permalink
  14. val @geoline: GeoLineType.type

    Permalink
  15. val @geomultigeo: GeoMultiGeometryType.type

    Permalink
  16. val @geomultiline: GeoMultiLineType.type

    Permalink
  17. val @geomultipoint: GeoMultipointType.type

    Permalink
  18. val @geomultipolygon: GeoMultiPolygonType.type

    Permalink
  19. val @geopoint: GeopointType[Point]

    Permalink
  20. val @geopolygon: GeoPolygonType.type

    Permalink
  21. val @graph: GraphType[Graph]

    Permalink
  22. val @int: IntType[Int]

    Permalink
  23. val @localdatetime: DateTimeType[LocalDateTime]

    Permalink
  24. val @long: LongType[Long]

    Permalink
  25. val @nodeURL: NodeURLType[Node]

    Permalink
  26. val @number: NumericType[AnyVal]

    Permalink
  27. val @property: IriType[Property]

    Permalink
  28. val @quantity: QuantityType.type

    Permalink
  29. val @string: TextType[String]

    Permalink
  30. val @temporal: CalendarType.type

    Permalink
  31. val @time: LocalTimeType[LocalTime]

    Permalink
  32. val @url: IriType.type

    Permalink
  33. val @valueURL: ValueURLType[Value[Any]]

    Permalink
  34. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

    Permalink
  45. def listType[V, VT[+Z] <: ClassType[Z], VTOut <: ClassType[_]](ct: VT[V]): ListType[V]

    Permalink
  46. def listsetType(): ListSetType[Any]

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

    Permalink
  48. def listsetType[V, VT[+Z] <: ClassType[Z], VTOut <: ClassType[_]](ct: VT[V]): ListSetType[V]

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

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

    Permalink
  51. def mapType[K, KT[+Z] <: ClassType[Z], KTOut <: ClassType[_], V, VT[+Z] <: ClassType[Z], VTOut <: ClassType[_]](kct: KT[K], vct: VT[V]): MapType[K, V]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  55. def setType(): SetType[Any]

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

    Permalink
  57. def setType[V, VT[+Z] <: ClassType[Z], VTOut <: ClassType[_]](ct: VT[V]): SetType[V]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  60. def tuple2Type(): Tuple2Type[Nothing, Nothing]

    Permalink
  61. def tuple2Type[A, B](implicit cta: ClassTypeable[A], ctb: ClassTypeable[B]): Tuple2Type[A, B]

    Permalink
  62. def tuple2Type[A, AT[+Z] <: ClassType[Z], ATOut <: ClassType[_], B, BT[+Z] <: ClassType[Z], BTOut <: ClassType[_]](act: AT[A], bct: BT[B]): Tuple2Type[A, B]

    Permalink
  63. def tuple3Type(): Tuple3Type[Nothing, Nothing, Nothing]

    Permalink
  64. def tuple3Type[A, B, C](implicit cta: ClassTypeable[A], ctb: ClassTypeable[B], ctc: ClassTypeable[C]): Tuple3Type[A, B, C]

    Permalink
  65. def tuple3Type[A, AT[+Z] <: ClassType[Z], ATOut <: ClassType[_], B, BT[+Z] <: ClassType[Z], BTOut <: ClassType[_], C, CT[+Z] <: ClassType[Z], CTOut <: ClassType[_]](act: AT[A], bct: BT[B], cct: CT[C]): Tuple3Type[A, B, C]

    Permalink
  66. def tuple4Type(): Tuple4Type[Nothing, Nothing, Nothing, Nothing]

    Permalink
  67. def tuple4Type[A, B, C, D](implicit cta: ClassTypeable[A], ctb: ClassTypeable[B], ctc: ClassTypeable[C], ctd: ClassTypeable[D]): Tuple4Type[A, B, C, D]

    Permalink
  68. def tuple4Type[A, B, C, D](a: A, b: B, c: C, d: D)(implicit cta: ClassTypeable[A], ctb: ClassTypeable[B], ctc: ClassTypeable[C], ctd: ClassTypeable[D]): Tuple4Type[Any, Any, Any, Any]

    Permalink
  69. def tuple4Type[A, AT[+Z] <: ClassType[Z], ATOut <: ClassType[_], B, BT[+Z] <: ClassType[Z], BTOut <: ClassType[_], C, CT[+Z] <: ClassType[Z], CTOut <: ClassType[_], D, DT[+Z] <: ClassType[Z], DTOut <: ClassType[_]](act: AT[A], bct: BT[B], cct: CT[C], dct: DT[D]): Tuple4Type[A, B, C, D]

    Permalink
  70. def vectorType(): VectorType[Any]

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

    Permalink
  72. def vectorType[V, VT[+Z] <: ClassType[Z], VTOut <: ClassType[_]](ct: VT[V]): VectorType[V]

    Permalink
  73. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped