Class

dsptools.numbers

PartialOrderOps

Related Doc: package numbers

Permalink

final class PartialOrderOps[A <: Data] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartialOrderOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PartialOrderOps(lhs: A)(implicit ev: PartialOrder[A])

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def <(rhs: Number)(implicit c: ConvertableFrom[A]): Bool

    Permalink
  4. macro def <(rhs: Double)(implicit ev1: Field[A]): Bool

    Permalink
  5. macro def <(rhs: Int)(implicit ev1: Ring[A]): Bool

    Permalink
  6. macro def <(rhs: A): Bool

    Permalink
  7. def <=(rhs: Number)(implicit c: ConvertableFrom[A]): Bool

    Permalink
  8. macro def <=(rhs: Double)(implicit ev1: Field[A]): Bool

    Permalink
  9. macro def <=(rhs: Int)(implicit ev1: Ring[A]): Bool

    Permalink
  10. macro def <=(rhs: A): Bool

    Permalink
  11. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def >(rhs: Number)(implicit c: ConvertableFrom[A]): Bool

    Permalink
  13. macro def >(rhs: Double)(implicit ev1: Field[A]): Bool

    Permalink
  14. macro def >(rhs: Int)(implicit ev1: Ring[A]): Bool

    Permalink
  15. macro def >(rhs: A): Bool

    Permalink
  16. def >=(rhs: Number)(implicit c: ConvertableFrom[A]): Bool

    Permalink
  17. macro def >=(rhs: Double)(implicit ev1: Field[A]): Bool

    Permalink
  18. macro def >=(rhs: Int)(implicit ev1: Ring[A]): Bool

    Permalink
  19. macro def >=(rhs: A): Bool

    Permalink
  20. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  21. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. macro def partialCompare(rhs: A): Double

    Permalink
  32. macro def pmax(rhs: A): Option[A]

    Permalink
  33. macro def pmin(rhs: A): Option[A]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. macro def tryCompare(rhs: A): Option[Int]

    Permalink
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped