UnionAppend

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

Attributes

Graph
Supertypes
trait Union[R, A]
class Object
trait Matchable
class Any
Known subtypes
class UnionAppendL[L, R, A]
class UnionAppendR[L, R, A]

Members list

Type members

Inherited types

type X = A

Attributes

Inherited from:
Union