Union2L

case class Union2L[L[_], R[_], A](t: L[A]) extends Union2[Fx2[L, R], A]
trait Serializable
trait Product
trait Equals
trait Union2[Fx2[L, R], A]
trait Union[Fx2[L, R], 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