IOR

fmgp.util.IOR
See theIOR companion object
sealed abstract class IOR[+L, +R] extends Product, Serializable

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
class Both[L, R]
class Left[L]
class Right[R]

Members list

Value members

Abstract methods

def rightMap[X](f: R => X): IOR[L, X]

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product