Union3M

org.specs2.control.eff.Union3M
case class Union3M[L[_], M[_], R[_], A](t: M[A]) extends Union3[Fx3[L, M, R], A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Union3[Fx3[L, M, R], A]
trait Union[Fx3[L, M, R], A]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type X = A

Attributes

Inherited from:
Union

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product