RichBoolean
Attributes
- Source
- RichBoolean.scala
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Returns true if this
is less than that
Returns true if this
is less than or equal to that
.
Returns true if this
is less than or equal to that
.
Attributes
- Inherited from:
- Ordered
- Source
- Ordered.scala
Returns true if this
is greater than that
.
Returns true if this
is greater than or equal to that
.
Returns true if this
is greater than or equal to that
.
Attributes
- Inherited from:
- Ordered
- Source
- Ordered.scala
Result of comparing this
with operand that
.
Result of comparing this
with operand that
.
Implement this method to determine how instances of A will be sorted.
Returns x
where:
-
x < 0
whenthis < that
-
x == 0
whenthis == that
-
x > 0
whenthis > that
Attributes
- Inherited from:
- OrderedProxy
- Source
- ScalaNumberProxy.scala
Result of comparing this
with operand that
.
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
- Inherited from:
- Proxy
- Source
- Proxy.scala
Concrete fields
Attributes
- Source
- RichBoolean.scala