Union2

sealed trait Union2[R, A] extends Union[R, A]
trait Union[R, A]
class Object
trait Matchable
class Any
class Union2L[L, R, A]
class Union2R[L, R, A]

Type members

Inherited types

type X = A
Inherited from:
Union