Distinct

oxygen.core.Ior.Distinct
sealed trait Distinct[+L, +R] extends Ior[L, R]

Attributes

Graph
Supertypes
trait Ior[L, R]
class Object
trait Matchable
class Any
Known subtypes
class Left[L]
class Right[R]

Members list

Type members

Types

override type SelfT[+L2, +R2] <: Distinct[L2, R2]

Value members

Inherited and Abstract methods

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

Attributes

Inherited from:
Ior
def leftMap[L2](lf: L => L2): SelfT[L2, R]

Attributes

Inherited from:
Ior
def map[R2](rf: R => R2): SelfT[L, R2]

Attributes

Inherited from:
Ior
def rightMap[R2](rf: R => R2): SelfT[L, R2]

Attributes

Inherited from:
Ior