shapeless.ops.hlist

ToSized

Related Docs: trait ToSized | package hlist

object ToSized extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ToSized
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Aux[L <: HList, M[_], Lub0, N0 <: Nat] = ToSized[L, M] { ... /* 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. def apply[L <: HList, M[_]](implicit toSized: ToSized[L, M]): Aux[L, M, ToSized.Lub, N]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  12. implicit def hlistToSized[H1, H2, T <: HList, LT, L, N0 <: Nat, M[_]](implicit tts: Aux[::[H2, T], M, LT, N0], u: Lub[H1, LT, L], tvs2: (M[LT]) ⇒ GenTraversableLike[LT, M[LT]], tev: AdditiveCollection[M[LT]], tcbf: CanBuildFrom[M[LT], L, M[L]], tvs: (M[L]) ⇒ GenTraversableLike[L, M[L]], cbf: CanBuildFrom[M[L], L, M[L]], ev: AdditiveCollection[M[L]]): Aux[::[H1, ::[H2, T]], M, L, Succ[N0]]

  13. implicit def hnilToSized[L <: HNil, M[_], T](implicit cbf: CanBuildFrom[M[T], T, M[T]], ev: AdditiveCollection[M[T]]): Aux[L, M, T, Nat._0]

  14. implicit def hnilToSizedNothing[L <: HNil, M[_]](implicit cbf: CanBuildFrom[M[Nothing], Nothing, M[Nothing]], ev: AdditiveCollection[M[Nothing]]): Aux[L, M, Nothing, Nat._0]

  15. implicit def hsingleToSized[T, M[_], Lub0](implicit ub: <:<[T, Lub0], cbf: CanBuildFrom[Nothing, Lub0, M[Lub0]], ev: AdditiveCollection[M[Lub0]]): Aux[::[T, HNil], M, Lub0, Nat._1]

  16. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped