Preferred

algebra.Priority$.Preferred
case class Preferred[P](get: P) extends Priority[P, Nothing]

Attributes

Source:
Priority.scala
Graph
Supertypes
trait Product
trait Equals
trait Priority[P, Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def bimap[P2, F2](f1: P => P2)(f2: Nothing => F2): Priority[P2, F2]

Attributes

Inherited from:
Priority
Source:
Priority.scala
def fold[B](f1: P => B)(f2: Nothing => B): B

Attributes

Inherited from:
Priority
Source:
Priority.scala

Attributes

Inherited from:
Priority
Source:
Priority.scala

Attributes

Inherited from:
Priority
Source:
Priority.scala

Attributes

Inherited from:
Priority
Source:
Priority.scala

Attributes

Inherited from:
Priority
Source:
Priority.scala
def join[U >: P & Nothing]: U

Attributes

Inherited from:
Priority
Source:
Priority.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toEither: Either[P, F]

Attributes

Inherited from:
Priority
Source:
Priority.scala