Cookie

object Cookie
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Cookie.type

Type members

Classlikes

object LookupFn
final case class Name(value: String)
final case class Update(add: List[Cookie], remove: List[Name])
Companion:
object
object Update
Companion:
class

Types

type LookupFn = Name => Option[String]

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 univEqCookie: UnivEq[Cookie]
implicit def univEqName: UnivEq[Name]
implicit def univEqUpdate: UnivEq[Update]