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
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
def >(that: Boolean): Boolean

Returns true if this is greater than that.

Returns true if this is greater than that.

Inherited from
Ordered
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
def compare(y: Boolean): Int
Inherited from
OrderedProxy
def compareTo(that: Boolean): Int

Result of comparing this with operand that.

Result of comparing this with operand that.

Inherited from
Ordered
override def equals(that: Any): Boolean
Definition Classes
Proxy -> Any
Inherited from
Proxy
override def hashCode: Int
Definition Classes
Proxy -> Any
Inherited from
Proxy
override def toString: String
Definition Classes
Proxy -> Any
Inherited from
Proxy

Concrete fields