Both

fmgp.util.IOR$.Both
final case class Both[+L, +R](l: L, r: R) extends IOR[L, R]

Attributes

Graph
Supertypes
class IOR[L, R]
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product