Object/Trait

lspace.structure.util

ClassTypeable

Related Docs: trait ClassTypeable | package util

Permalink

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 */ }

    Permalink

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. implicit val default: Aux[Any, Any, ClassType[Any]]

    Permalink
  7. implicit val defaultBoolean: Aux[Boolean, Boolean, BoolType[Boolean]]

    Permalink
  8. implicit val defaultCA: Aux[ClassType[Any], Any, ClassType[Any]]

    Permalink
  9. implicit val defaultDouble: Aux[Double, Double, DoubleType[Double]]

    Permalink
  10. implicit val defaultGeometry: Aux[Geometry, Geometry, GeometricType[Geometry]]

    Permalink
  11. implicit val defaultGeopoint: Aux[Point, Point, GeometricType[Point]]

    Permalink
  12. implicit val defaultGeopolygon: Aux[Polygon, Polygon, GeoPolygonType[Polygon]]

    Permalink
  13. implicit val defaultInstant: Aux[Instant, Instant, DateTimeType[Instant]]

    Permalink
  14. implicit val defaultInt: Aux[Int, Int, IntType[Int]]

    Permalink
  15. implicit def defaultList[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[T, TOut, CTOut]): Aux[List[T], List[TOut], ListType[List[TOut]]]

    Permalink
  16. implicit def defaultListSet[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[T, TOut, CTOut]): Aux[ListSet[T], ListSet[TOut], ListSetType[ListSet[TOut]]]

    Permalink
  17. implicit val defaultLocalDate: Aux[LocalDate, LocalDate, LocalDateType[LocalDate]]

    Permalink
  18. implicit val defaultLocalDateTime: Aux[LocalDateTime, LocalDateTime, LocalDateTimeType[LocalDateTime]]

    Permalink
  19. implicit val defaultLocalTime: Aux[LocalTime, LocalTime, LocalTimeType[LocalTime]]

    Permalink
  20. implicit val defaultLong: Aux[Long, Long, LongType[Long]]

    Permalink
  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]]]

    Permalink
  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]]]

    Permalink
  23. implicit val defaultString: Aux[String, String, TextType[String]]

    Permalink
  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)]]

    Permalink
  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)]]

    Permalink
  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)]]

    Permalink
  27. implicit def defaultVector[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[T, TOut, CTOut]): Aux[Vector[T], Vector[TOut], VectorType[Vector[TOut]]]

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

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  37. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped