Good3

ostrat.Good3
final case class Good3[+A1, +A2, +A3](a1: A1, a2: A2, a3: A3) extends EMon3[A1, A2, A3]

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EMon3[A1, A2, A3]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product