spire.syntax

LiteralIntOrderOps

final class LiteralIntOrderOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LiteralIntOrderOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LiteralIntOrderOps(lhs: Int)

Value Members

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

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

    Definition Classes
    Any
  3. def <[A](rhs: A)(implicit ev: Order[A], c: ConvertableTo[A]): Boolean

  4. def <=[A](rhs: A)(implicit ev: Order[A], c: ConvertableTo[A]): Boolean

  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def >[A](rhs: A)(implicit ev: Order[A], c: ConvertableTo[A]): Boolean

  7. def >=[A](rhs: A)(implicit ev: Order[A], c: ConvertableTo[A]): Boolean

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def cmp[A](rhs: A)(implicit ev: Order[A], c: ConvertableTo[A]): Int

  10. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  12. val lhs: Int

  13. def max[A](rhs: A)(implicit ev: Order[A], c: ConvertableTo[A]): A

  14. def min[A](rhs: A)(implicit ev: Order[A], c: ConvertableTo[A]): A

  15. def toString(): String

    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped