|
Scala 2
|
class
Ordered
[ a ]
extends
java.lang.Object with
ScalaObjectDef Summary | |
def
<
[ a <: b ]
( that : b ) ( view$1 : Function1 )
: scala.Boolean
|
|
def
<=
[ a <: b ]
( that : b ) ( view$3 : Function1 )
: scala.Boolean
|
|
def
>
[ a <: b ]
( that : b ) ( view$2 : Function1 )
: scala.Boolean
|
|
def
>=
[ a <: b ]
( that : b ) ( view$4 : Function1 )
: scala.Boolean
|
|
def
compareTo
[ a <: b ]
( that : b ) ( view$0 : Function1 )
: scala.Int
Result of comparing `this' with operand `that'. returns `x' where x < 0 iff this < that
x == 0 iff this == that
x > 0 iff this > that
|
Def Detail |
def
<
[ a <: b ]( that : b ) ( view$1 : Function1 ) : scala.Boolean
def
<=
[ a <: b ]( that : b ) ( view$3 : Function1 ) : scala.Boolean
def
>
[ a <: b ]( that : b ) ( view$2 : Function1 ) : scala.Boolean
def
>=
[ a <: b ]( that : b ) ( view$4 : Function1 ) : scala.Boolean
def
compareTo
[ a <: b ]( that : b ) ( view$0 : Function1 ) : scala.Int
x < 0
iff this < that
x == 0
iff this == that
x > 0
iff this > that