RichBoolean

final class RichBoolean(val self: Boolean) extends AnyVal with OrderedProxy[Boolean]
trait Typed[Boolean]
trait Proxy
class Object
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

def <(that: Boolean): Boolean

Returns true if this is less than that

Returns true if this is less than that

Inherited from:
Ordered
Source:
Ordered.scala
def <=(that: Boolean): Boolean

Returns true if this is less than or equal to that.

Returns true if this is less than or equal to that.

Inherited from:
Ordered
Source:
Ordered.scala
def >(that: Boolean): Boolean

Returns true if this is greater than that.

Returns true if this is greater than that.

Inherited from:
Ordered
Source:
Ordered.scala
def >=(that: Boolean): Boolean

Returns true if this is greater than or equal to that.

Returns true if this is greater than or equal to that.

Inherited from:
Ordered
Source:
Ordered.scala
def compareTo(that: Boolean): Int

Result of comparing this with operand that.

Result of comparing this with operand that.

Inherited from:
Ordered
Source:
Ordered.scala
override def equals(that: Any): Boolean
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
override def hashCode: Int
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala
override def toString: String
Definition Classes
Inherited from:
Proxy
Source:
Proxy.scala

Concrete fields