Cons

object Cons extends ConsLower1
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Implicits

implicit
def tailEffect[H[_], Op[_[_], _], R](implicit h: Op[H, R]): Cons[Op[H, R], NoMember]

Inherited implicits

implicit
def headEffect[H[_], Op[_[_], _], R, T <: Members](implicit t: T, h: Op[H, R]): Cons[Op[H, R], T]
Inherited from
ConsLower1