implicit final class RichOr[A, B] extends AnyVal
Ordering
- Alphabetic
- By Inheritance
Inherited
- RichOr
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RichOr(disj: \/[A, B])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (RichOr[A, B], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val disj: \/[A, B]
- def ensuring(cond: (RichOr[A, B]) ⇒ Boolean, msg: ⇒ Any): RichOr[A, B]
- def ensuring(cond: (RichOr[A, B]) ⇒ Boolean): RichOr[A, B]
- def ensuring(cond: Boolean, msg: ⇒ Any): RichOr[A, B]
- def ensuring(cond: Boolean): RichOr[A, B]
- def formatted(fmtstr: String): String
- def get: B
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- def →[B](y: B): (RichOr[A, B], B)