Packages

object ClassTypeable extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassTypeable
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[T, C0, CT0 <: ClassType[_]] = ClassTypeable[T] { ... /* 2 definitions in type refinement */ }

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. implicit val default: Aux[Any, Any, ClassType[Any]]
  7. implicit val defaultBoolean: Aux[Boolean, Boolean, BoolType[Boolean]]
  8. implicit val defaultCA: Aux[ClassType[Any], Any, ClassType[Any]]
  9. implicit val defaultDouble: Aux[Double, Double, DoubleType[Double]]
  10. implicit val defaultGeometry: Aux[Geometry, Geometry, GeometricType[Geometry]]
  11. implicit val defaultGeopoint: Aux[Point, Point, GeometricType[Point]]
  12. implicit val defaultGeopolygon: Aux[Polygon, Polygon, GeoPolygonType[Polygon]]
  13. implicit val defaultInstant: Aux[Instant, Instant, DateTimeType[Instant]]
  14. implicit val defaultInt: Aux[Int, Int, IntType[Int]]
  15. implicit def defaultList[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[T, TOut, CTOut]): Aux[List[T], List[TOut], ListType[List[TOut]]]
  16. implicit def defaultListSet[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[T, TOut, CTOut]): Aux[ListSet[T], ListSet[TOut], ListSetType[ListSet[TOut]]]
  17. implicit val defaultLocalDate: Aux[LocalDate, LocalDate, LocalDateType[LocalDate]]
  18. implicit val defaultLocalDateTime: Aux[LocalDateTime, LocalDateTime, LocalDateTimeType[LocalDateTime]]
  19. implicit val defaultLocalTime: Aux[LocalTime, LocalTime, LocalTimeType[LocalTime]]
  20. implicit val defaultLong: Aux[Long, Long, LongType[Long]]
  21. implicit def defaultMap[K, V, KOut, KTOut[+Z] <: ClassType[Z], VOut, VTOut[+Z] <: ClassType[Z]](implicit clsTpblK: Aux[K, KOut, KTOut[KOut]], clsTpblV: Aux[V, VOut, VTOut[VOut]]): Aux[Map[K, V], Map[KOut, VOut], MapType[Map[KOut, VOut]]]
  22. implicit def defaultSet[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[Set[T], Set[TOut], SetType[Set[TOut]]]): Aux[Set[T], Set[TOut], SetType[Set[TOut]]]
  23. implicit val defaultString: Aux[String, String, TextType[String]]
  24. implicit def defaultTuple2[A, B, AOut, ATOut <: ClassType[_], BOut, BTOut <: ClassType[_]](implicit clsTpblA: Aux[A, AOut, ATOut], clsTpblB: Aux[B, BOut, BTOut]): Aux[(A, B), (AOut, BOut), TupleType[(AOut, BOut)]]
  25. implicit def defaultTuple3[A, Aout, ATout <: ClassType[_], B, Bout, BTout <: ClassType[_], C, Cout, CTout <: ClassType[_]](implicit clsTpblA: Aux[A, Aout, ATout], clsTpblB: Aux[B, Bout, BTout], clsTpblC: Aux[C, Cout, CTout]): Aux[(A, B, C), (Aout, Bout, Cout), TupleType[(Aout, Bout, Cout)]]
  26. implicit def defaultTuple4[A, Aout, ATout <: ClassType[_], B, Bout, BTout <: ClassType[_], C, Cout, CTout <: ClassType[_], D, Dout, DTout <: ClassType[_]](implicit clsTpblA: Aux[A, Aout, ATout], clsTpblB: Aux[B, Bout, BTout], clsTpblC: Aux[C, Cout, CTout], clsTpblD: Aux[D, Dout, DTout]): Aux[(A, B, C, D), (Aout, Bout, Cout, Dout), TupleType[(Aout, Bout, Cout, Dout)]]
  27. implicit def defaultVector[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[T, TOut, CTOut]): Aux[Vector[T], Vector[TOut], VectorType[Vector[TOut]]]
  28. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. 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 Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped