ConfigList

io.getquill.norm.ConfigList
object ConfigList

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ConfigList.type

Members list

Type members

Classlikes

final case class ::[+H, +T <: HList[_]](head: H, tail: T) extends HList[H]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HList[H]
class Object
trait Matchable
class Any
Show all
sealed trait HList[+H]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class H :: T
trait HNil
object HNil.type
case object HNil extends HNil

Attributes

Companion
trait
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait HNil
trait HList[Nothing]
class Object
trait Matchable
class Any
Show all
Self type
HNil.type
sealed trait HNil extends HList[Nothing]

Attributes

Companion
object
Supertypes
trait HList[Nothing]
class Object
trait Matchable
class Any
Known subtypes
object HNil.type