UnionAppendR

case class UnionAppendR[L, R, A](t: Union[R, A]) extends UnionAppend[FxAppend[L, R], A]
trait Serializable
trait Product
trait Equals
trait UnionAppend[FxAppend[L, R], A]
trait Union[FxAppend[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