spire.std

ShortOrder

trait ShortOrder extends Order[Short]

Linear Supertypes
Order[Short], PartialOrder[Short], Eq[Short], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShortOrder
  2. Order
  3. PartialOrder
  4. Eq
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def compare(x: Short, y: Short): Int

    Definition Classes
    ShortOrderOrder
  7. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  9. def eqv(x: Short, y: Short): Boolean

    Returns true if x and y are equivalent, false otherwise.

    Returns true if x and y are equivalent, false otherwise.

    Definition Classes
    ShortOrderOrderPartialOrderEq
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def gt(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  13. def gteqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  14. def hashCode(): Int

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

    Definition Classes
    Any
  16. def lt(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  17. def lteqv(x: Short, y: Short): Boolean

    Definition Classes
    ShortOrderOrderPartialOrder
  18. def max(x: Short, y: Short): Short

    Definition Classes
    Order
  19. def min(x: Short, y: Short): Short

    Definition Classes
    Order
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def neqv(x: Short, y: Short): Boolean

    Returns false if x and y are equivalent, true otherwise.

    Returns false if x and y are equivalent, true otherwise.

    Definition Classes
    ShortOrderEq
  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def on[B](f: (B) ⇒ Short): Order[B]

    Defines an order on B by mapping B to A using f and using As order to order B.

    Defines an order on B by mapping B to A using f and using As order to order B.

    Definition Classes
    OrderPartialOrderEq
  25. def partialCompare(x: Short, y: Short): Double

    Result of comparing x with y.

    Result of comparing x with y. Returns NaN if operands are not comparable. If operands are comparable, returns a Double whose sign is: - negative iff x < y - zero iff x === y - positive iff x > y

    Definition Classes
    OrderPartialOrder
  26. def pmax(x: Short, y: Short): Option[Short]

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Returns Some(x) if x >= y, Some(y) if x < y, otherwise None.

    Definition Classes
    PartialOrder
  27. def pmin(x: Short, y: Short): Option[Short]

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Returns Some(x) if x <= y, Some(y) if x > y, otherwise None.

    Definition Classes
    PartialOrder
  28. def reverse: Order[Short]

    Defines an ordering on A where all arrows switch direction.

    Defines an ordering on A where all arrows switch direction.

    Definition Classes
    OrderPartialOrder
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. def tryCompare(x: Short, y: Short): Option[Int]

    Result of comparing x with y.

    Result of comparing x with y. Returns None if operands are not comparable. If operands are comparable, returns Some[Int] where the Int sign is: - negative iff x < y - zero iff x == y - positive iff x > y

    Definition Classes
    PartialOrder
  32. def tryGt(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  33. def tryGteqv(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  34. def tryLt(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  35. def tryLteqv(x: Short, y: Short): Option[Boolean]

    Definition Classes
    PartialOrder
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Order[Short]

Inherited from PartialOrder[Short]

Inherited from Eq[Short]

Inherited from AnyRef

Inherited from Any

Ungrouped