Object/Trait

algebra

Order

Related Docs: trait Order | package algebra

Permalink

object Order extends OrderFunctions with Serializable

Linear Supertypes
Serializable, Serializable, OrderFunctions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Order
  2. Serializable
  3. Serializable
  4. OrderFunctions
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def apply[A](implicit ev: Order[A]): Order[A]

    Permalink

    Access an implicit Eq[A].

    Access an implicit Eq[A].

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def by[A, B](f: (A) ⇒ B)(implicit ev: Order[B]): Order[A]

    Permalink

    Convert an implicit Order[A] to an Order[B] using the given function f.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def compare[A](x: A, y: A)(implicit ev: Order[A]): Int

    Permalink
    Definition Classes
    OrderFunctions
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def eqv[A](x: A, y: A)(implicit ev: Order[A]): Boolean

    Permalink
    Definition Classes
    OrderFunctions
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def from[A](f: (A, A) ⇒ Int): Order[A]

    Permalink

    Define an Order[A] using the given function f.

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def gt[A](x: A, y: A)(implicit ev: Order[A]): Boolean

    Permalink
    Definition Classes
    OrderFunctions
  16. def gteqv[A](x: A, y: A)(implicit ev: Order[A]): Boolean

    Permalink
    Definition Classes
    OrderFunctions
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def lt[A](x: A, y: A)(implicit ev: Order[A]): Boolean

    Permalink
    Definition Classes
    OrderFunctions
  20. def lteqv[A](x: A, y: A)(implicit ev: Order[A]): Boolean

    Permalink
    Definition Classes
    OrderFunctions
  21. def max[A](x: A, y: A)(implicit ev: Order[A]): A

    Permalink
    Definition Classes
    OrderFunctions
  22. def min[A](x: A, y: A)(implicit ev: Order[A]): A

    Permalink
    Definition Classes
    OrderFunctions
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def neqv[A](x: A, y: A)(implicit ev: Order[A]): Boolean

    Permalink
    Definition Classes
    OrderFunctions
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. implicit def ordering[A](implicit ev: Order[A]): Ordering[A]

    Permalink

    Implicitly convert a Order[A] to a scala.math.Ordering[A] instance.

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from OrderFunctions

Inherited from AnyRef

Inherited from Any

Ungrouped