Fallback

case class Fallback[F](get: F) extends Priority[Nothing, F]
trait Serializable
trait Product
trait Equals
trait Priority[Nothing, F]
class Object
trait Matchable
class Any

Value members

Inherited methods

def bimap[P2, F2](f1: Nothing => P2)(f2: F => F2): Priority[P2, F2]
Inherited from
Priority
def fold[B](f1: Nothing => B)(f2: F => B): B
Inherited from
Priority
def getFallback: Option[F]
Inherited from
Priority
def getPreferred: Option[Nothing]
Inherited from
Priority
def isFallback: Boolean
Inherited from
Priority
def isPreferred: Boolean
Inherited from
Priority
def join[U >: Nothing & F]: U
Inherited from
Priority
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def toEither: Either[Nothing, F]
Inherited from
Priority