order

object order
class Object
trait Matchable
class Any

Value members

Concrete methods

def antisymmetric[A](implicit A: Order[A], arb: Arbitrary[A]): Prop
def laws[A](implicit A: Order[A], arb: Arbitrary[A]): Properties
def orderAndEqualConsistent[A](implicit A: Order[A], arb: Arbitrary[A]): Prop
def scalaOrdering[A : Arbitrary]: Prop
def transitiveOrder[A](implicit A: Order[A], arb: Arbitrary[A]): Prop