Union1

case class Union1[T[_], A](ta: T[A]) extends Union[Fx1[T], A]
trait Serializable
trait Product
trait Equals
trait Union[Fx1[T], A]
class Object
trait Matchable
class Any

Type members

Inherited types

type X = A
Inherited from:
Union

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product