Union3

org.specs2.control.eff.Union3
sealed trait Union3[R, A] extends Union[R, A]

Attributes

Graph
Supertypes
trait Union[R, A]
class Object
trait Matchable
class Any
Known subtypes
class Union3L[L, M, R, A]
class Union3M[L, M, R, A]
class Union3R[L, M, R, A]

Members list

Type members

Inherited types

type X = A

Attributes

Inherited from:
Union