implicit final
class
UnionOps[A <: |[_, _]] extends AnyVal
Instance Constructors
-
new
UnionOps(self: A)
Value Members
-
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (UnionOps[A], B)
-
-
final
def
asInstanceOf[T0]: T0
-
-
-
-
-
def
formatted(fmtstr: String): String
-
def
getClass(): Class[_ <: AnyVal]
-
final
def
isInstanceOf[T0]: Boolean
-
def
merge[B](implicit ev: Evidence[A, B]): B
-
val
self: A
-
def
toString(): String
-
def
→[B](y: B): (UnionOps[A], B)
Inherited by implicit conversion from from
UnionOps[A] to |[B1, B2]
Inherited by implicit conversion any2stringadd from
UnionOps[A] to any2stringadd[UnionOps[A]]
Inherited by implicit conversion StringFormat from
UnionOps[A] to StringFormat[UnionOps[A]]
Inherited by implicit conversion Ensuring from
UnionOps[A] to Ensuring[UnionOps[A]]
Inherited by implicit conversion ArrowAssoc from
UnionOps[A] to ArrowAssoc[UnionOps[A]]
Operations on union types.