Good2

ostrat.Good2
final case class Good2[A1, A2](a1: A1, a2: A2) extends EMon2[A1, A2]

Specialised Good for values of 2 types, instead of using Good[(A, B)].

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EMon2[A1, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1Map[B1](f: A1 => B1): EMon2[B1, A2]

Attributes

Definition Classes
override def flatMap[B](f: (A1, A2) => EMon[B]): EMon[B]

Attributes

Definition Classes
override def flatMap2[B1, B2](f: (A1, A2) => EMon2[B1, B2]): EMon2[B1, B2]

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product