Priority

object Priority extends FindPreferred
Companion:
class
trait Sum
trait Mirror
trait FindPreferred
trait FindFallback
class Object
trait Matchable
class Any

Type members

Classlikes

case class Fallback[F](get: F) extends Priority[Nothing, F]
case class Preferred[P](get: P) extends Priority[P, Nothing]

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 apply[P, F](implicit ev: Priority[P, F]): Priority[P, F]

Implicits

Inherited implicits

implicit def fallback[F](implicit ev: F): Priority[Nothing, F]
Inherited from:
FindFallback
implicit def preferred[P](implicit ev: P): Priority[P, Nothing]
Inherited from:
FindPreferred