Both

oxygen.core.Ior.Both
final case class Both[+L, +R](left: L, right: R) extends Ior[L, R]

Attributes

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

Members list

Type members

Types

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

Value members

Concrete methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Definition Classes
Ior

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product