Union3L

case class Union3L[L[_], M[_], R[_], A](t: L[A]) extends Union3[Fx3[L, M, R], A]
trait Serializable
trait Product
trait Equals
trait Union3[Fx3[L, M, R], A]
trait Union[Fx3[L, M, 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