Right

oxygen.core.Ior.Right
final case class Right[+R](right: R) extends Distinct[Nothing, R]

Attributes

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

Members list

Type members

Types

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

Value members

Concrete methods

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

Attributes

Definition Classes
Ior
override def leftMap[L2](lf: Nothing => L2): Right[R]

Attributes

Definition Classes
Ior
override def map[R2](rf: R => R2): Right[R2]

Attributes

Definition Classes
Ior
override def rightMap[R2](rf: R => R2): Right[R2]

Attributes

Definition Classes
Ior

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product