trait
ListOrder[A] extends Order[List[A]] with ListEqual[A]
Type Members
-
trait
EqualLaw extends AnyRef
-
Abstract Value Members
-
implicit abstract
def
A: Order[A]
Concrete Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
apply(x: List[A], y: List[A]): Ordering
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
contramap[B](f: (B) ⇒ List[A]): Order[B]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equal(a1: List[A], a2: List[A]): Boolean
-
def
equalIsNatural: Boolean
-
-
val
equalSyntax: EqualSyntax[List[A]]
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
greaterThan(x: List[A], y: List[A]): Boolean
-
def
greaterThanOrEqual(x: List[A], y: List[A]): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
lessThan(x: List[A], y: List[A]): Boolean
-
def
lessThanOrEqual(x: List[A], y: List[A]): Boolean
-
def
max(x: List[A], y: List[A]): List[A]
-
def
min(x: List[A], y: List[A]): List[A]
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
order(a1: List[A], a2: List[A]): Ordering
-
-
val
orderSyntax: OrderSyntax[List[A]]
-
final
def
reverseOrder: Order[List[A]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toScalaOrdering: scala.math.Ordering[List[A]]
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from Order[List[A]]
Inherited from Equal[List[A]]
Inherited from AnyRef
Inherited from Any