Lookup

object Lookup
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Lookup.type

Type members

Classlikes

final case class Error(desc: String, value: Option[String]) extends Lookup
final case class Found(key: Key, value: String) extends Lookup
case object NotFound extends Lookup

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

Value members

Concrete methods

def fromOption(k: Key, o: Option[String]): Lookup
@inline