Left

oxygen.core.Ior.Left
final case class Left[+L](left: L) extends Distinct[L, Nothing]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Distinct[L, Nothing]
trait Ior[L, Nothing]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type SelfT[+L2, +R2] = Left[L2]

Value members

Concrete methods

override def bimap[L2, R2](lf: L => L2, rf: Nothing => R2): Left[L2]

Attributes

Definition Classes
Ior
override def leftMap[L2](lf: L => L2): Left[L2]

Attributes

Definition Classes
Ior
override def map[R2](rf: Nothing => R2): Left[L]

Attributes

Definition Classes
Ior
override def rightMap[R2](rf: Nothing => R2): Left[L]

Attributes

Definition Classes
Ior

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product