shapeless.datatype.mappable

ToMappable

object ToMappable extends LowPriorityToMappableSeq0

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ToMappable
  2. LowPriorityToMappableSeq0
  3. LowPriorityToMappableOption0
  4. LowPriorityToMappable0
  5. LowPriorityToMappableSeq1
  6. LowPriorityToMappableOption1
  7. LowPriorityToMappable1
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. implicit def hconsToMappable0[K <: Symbol, V, H <: HList, T <: HList, M](implicit wit: Aux[K], gen: Aux[V, H], mbt: BaseMappableType[M], toH: Lazy[ToMappable[H, M]], toT: Lazy[ToMappable[T, M]]): ToMappable[::[FieldType[K, V], T], M]

    Definition Classes
    LowPriorityToMappable0
  14. implicit def hconsToMappable1[K <: Symbol, V, T <: HList, M](implicit wit: Aux[K], mt: MappableType[M, V], toT: Lazy[ToMappable[T, M]]): ToMappable[::[FieldType[K, V], T], M]

    Definition Classes
    LowPriorityToMappable1
  15. implicit def hconsToMappableOption0[K <: Symbol, V, H <: HList, T <: HList, M](implicit wit: Aux[K], gen: Aux[V, H], mbt: BaseMappableType[M], toH: Lazy[ToMappable[H, M]], toT: Lazy[ToMappable[T, M]]): ToMappable[::[FieldType[K, Option[V]], T], M]

    Definition Classes
    LowPriorityToMappableOption0
  16. implicit def hconsToMappableOption1[K <: Symbol, V, T <: HList, M](implicit wit: Aux[K], mt: MappableType[M, V], toT: Lazy[ToMappable[T, M]]): ToMappable[::[FieldType[K, Option[V]], T], M]

    Definition Classes
    LowPriorityToMappableOption1
  17. implicit def hconsToMappableSeq0[K <: Symbol, V, H <: HList, T <: HList, M, S[_]](implicit wit: Aux[K], gen: Aux[V, H], mbt: BaseMappableType[M], toH: Lazy[ToMappable[H, M]], toT: Lazy[ToMappable[T, M]], toSeq: (S[V]) ⇒ Seq[V]): ToMappable[::[FieldType[K, S[V]], T], M]

    Definition Classes
    LowPriorityToMappableSeq0
  18. implicit def hconsToMappableSeq1[K <: Symbol, V, T <: HList, M, S[_]](implicit wit: Aux[K], mt: MappableType[M, V], toT: Lazy[ToMappable[T, M]], toSeq: (S[V]) ⇒ Seq[V]): ToMappable[::[FieldType[K, S[V]], T], M]

    Definition Classes
    LowPriorityToMappableSeq1
  19. implicit def hnilToMappable[M](implicit mbt: BaseMappableType[M]): ToMappable[HNil, M]

  20. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LowPriorityToMappableSeq0

Inherited from LowPriorityToMappable0

Inherited from LowPriorityToMappableSeq1

Inherited from LowPriorityToMappable1

Inherited from AnyRef

Inherited from Any

Ungrouped