Object/Trait

lspace.librarian.process.traversal.helper

ClassTypeable

Related Docs: trait ClassTypeable | package helper

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 defaultInstant: Aux[Instant, Instant, DateTimeType[Instant]]

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

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

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

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

    Permalink
  17. implicit val defaultLocalDateTime: Aux[LocalDateTime, LocalDateTime, DateTimeType[LocalDateTime]]

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

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

    Permalink
  20. 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[KOut, VOut]]

    Permalink
  21. implicit def defaultSet[T, TOut, CTOut <: ClassType[_]](implicit clsTpbl: Aux[T, TOut, CTOut]): Aux[Set[T], List[TOut], SetType[TOut]]

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

    Permalink
  23. 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), Tuple2Type[AOut, BOut]]

    Permalink
  24. 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), Tuple3Type[Aout, Bout, Cout]]

    Permalink
  25. 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), Tuple4Type[Aout, Bout, Cout, Dout]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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