Packages

object LUBConstraint extends Serializable

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

Type Members

  1. type <<:[B] = AnyRef { type λ[L <: shapeless.HList] = shapeless.LUBConstraint[L,B] }

Value Members

  1. def apply[L <: HList, B](implicit lc: LUBConstraint[L, B]): LUBConstraint[L, B]
  2. implicit def hlistLUB[H, T <: HList, B](implicit bct: LUBConstraint[T, B], ev: <:<[H, B]): LUBConstraint[::[H, T], B]
  3. implicit def hnilLUB[T]: LUBConstraint[HNil, T]