|
Scala
1.4.0.3 |
|||
Method Summary | |
def compareTo[b >: Rule](view: (b) => Ordered[b])(that: b): Int
Result of comparing `this' with operand `that'. |
|
final
|
def rule_eq(r1: Rule, r2: Rule): Boolean
|
final
|
def rule_smaller(r1: Rule, r2: Rule): Boolean
|
override
|
def toString(): String
|
Methods inherited from java/lang/Object-class |
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Ordered-class |
<, <=, >, >= |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Method Detail |
def compareTo[b >: Rule](view: (b) => Ordered[b])(that: b): Int
x < 0
iff this < that
x == 0
iff this == that
x > 0
iff this > that
final def rule_smaller(r1: Rule, r2: Rule): Boolean
final def rule_eq(r1: Rule, r2: Rule): Boolean
override def toString(): String
|
Scala
1.4.0.3 |
|||