Type for making type-level lists for UnionType.
If second parameter is another \/ it will be flattend out into a list
and so on. Using infix notation makes much more sense since it then
looks like a logical disjunction.
Foo \/ Bar \/ Baz is interpreted as type Foo or type Bar or type Baz
Linear Supertypes
AnyRef, Any
Ordering
Alphabetic
By inheritance
Inherited
\/
AnyRef
Any
Implicitly
by any2stringadd
by StringFormat
by Ensuring
by ArrowAssoc
Hide All
Show all
Visibility
Public
All
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from \/[A, B] to
any2stringadd[\/[A, B]] performed by method any2stringadd in scala.Predef.
Type for making type-level lists for UnionType. If second parameter is another \/ it will be flattend out into a list and so on. Using infix notation makes much more sense since it then looks like a logical disjunction.
Foo \/ Bar \/ Baz
is interpreted as type Foo or type Bar or type Baz