Cons

object Cons extends ConsLower1
Companion:
class
Source:
Members.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any
Cons.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

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
Source:
Members.scala