Union1

org.specs2.control.eff.Union1
case class Union1[T[_], A](ta: T[A]) extends Union[Fx1[T], A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Union[Fx1[T], 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