io.lemonlabs.uri.typesafe

Type members

Classlikes

@implicitNotFound("Could not find an instance of Fragment for ${A}") @typeclass
trait Fragment[A] extends Serializable
Companion
object
object Fragment extends FragmentInstances
Companion
class
sealed trait FragmentInstances2
@implicitNotFound("Could not find an instance of PathPart for ${A}") @typeclass
trait PathPart[-A] extends Serializable
Companion
object
object PathPart extends PathPartInstances
Companion
class
sealed trait PathPartInstances2
@implicitNotFound("Could not find an instance of QueryKey for ${A}") @typeclass
trait QueryKey[A] extends Serializable
Companion
object
object QueryKey extends QueryKeyInstances
Companion
class
sealed trait QueryKeyInstances1
@implicitNotFound("Could not find an instance of QueryKeyValue for ${A}") @typeclass
trait QueryKeyValue[A] extends Serializable
Companion
object
@implicitNotFound("Could not find an instance of QueryValue for ${A}") @typeclass
trait QueryValue[-A] extends Serializable
Companion
object
Companion
class
@implicitNotFound("Could not find an instance of TraversableParams for ${A}") @typeclass
trait TraversableParams[A] extends Serializable
Companion
object
@implicitNotFound("Could not find an instance of TraversablePathParts for ${A}") @typeclass
trait TraversablePathParts[A] extends Serializable
Companion
object