Packages

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val @boolean: BoolType[Boolean]
  5. val @class: IriType[structure.Ontology]
  6. val @color: ColorType[Any]
  7. val @datatype: IriType[DataType[Any]]
  8. val @date: LocalDateType[LocalDate]
  9. val @datetime: DateTimeType[Instant]
  10. val @double: DoubleType[Double]
  11. val @duration: DurationType[Any]
  12. val @edgeURL: EdgeURLType[structure.Edge[Any, Any]] { ... /* 2 definitions in type refinement */ }
  13. val @geo: GeometricType[Geometry]
  14. val @geoline: GeoLineType[Line]
  15. val @geomultigeo: GeoMultiGeometryType[MultiGeometry]
  16. val @geomultiline: GeoMultiLineType[MultiLine]
  17. val @geomultipoint: GeoMultipointType[MultiPoint]
  18. val @geomultipolygon: GeoMultiPolygonType[MultiPolygon]
  19. val @geopoint: GeopointType[Point]
  20. val @geopolygon: GeoPolygonType[Polygon]
  21. val @graph: GraphType[structure.Graph]
  22. val @int: IntType[Int]
  23. val @literal: LiteralType[Any]
  24. val @localdatetime: LocalDateTimeType[LocalDateTime]
  25. val @long: LongType[Long]
  26. val @nodeURL: NodeURLType[structure.Node] { ... /* 3 definitions in type refinement */ }
  27. val @number: NumericType[AnyVal]
  28. val @property: IriType[structure.Property]
  29. val @quantity: QuantityType[Any]
  30. val @string: TextType[String]
  31. val @structured: StructuredType[Any]
  32. val @temporal: CalendarType[Any]
  33. val @time: LocalTimeType[LocalTime]
  34. val @url: IriType[IriResource] { ... /* 3 definitions in type refinement */ }
  35. val @valueURL: ValueURLType[Any] { ... /* 2 definitions in type refinement */ }
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  38. val default: DataType[Any] { ... /* 2 definitions in type refinement */ }
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  41. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def listType(): ListType[List[Any]]
  45. def listType[T](implicit tpe: ClassTypeable[T]): ListType[List[T]]
  46. def listType[V](ct: structure.ClassType[V]): ListType[List[V]]
  47. def listsetType(): ListSetType[ListSet[Any]]
  48. def listsetType[T](implicit tpe: ClassTypeable[T]): ListSetType[ListSet[T]]
  49. def listsetType[V](ct: structure.ClassType[V]): ListSetType[ListSet[V]]
  50. def mapType(): MapType[Map[Any, Any]]
  51. def mapType[K, V](implicit ktpe: ClassTypeable[K], vtpe: ClassTypeable[V]): MapType[Map[K, V]]
  52. def mapType[K, V](kct: structure.ClassType[K], vct: structure.ClassType[V]): MapType[Map[K, V]]
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  56. def optionType(): OptionType[Option[Any]]
  57. def optionType[T](implicit tpe: ClassTypeable[T]): OptionType[T]
  58. def optionType[V](ct: structure.ClassType[V]): OptionType[Option[V]]
  59. def setType(): SetType[Set[Any]]
  60. def setType[T](implicit tpe: ClassTypeable[T]): SetType[Set[T]]
  61. def setType[V](ct: structure.ClassType[V]): SetType[Set[V]]
  62. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  63. def toString(): String
    Definition Classes
    AnyRef → Any
  64. def tupleType[T](ct: structure.ClassType[_]*): TupleType[T]
  65. def vectorType(): VectorType[Vector[Any]]
  66. def vectorType[T](implicit tpe: ClassTypeable[T]): VectorType[Vector[T]]
  67. def vectorType[V](ct: structure.ClassType[V]): VectorType[Vector[V]]
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped