Left

fmgp.util.IOR.Left
final case class Left[+L](l: L) extends IOR[L, Nothing]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product