com.bryghts.numerics.impl

PolyNumericFromIntegral

Related Doc: package impl

class PolyNumericFromIntegral[A, B, R] extends PolyNumericFromNumeric[A, B, R] with IntegralPolyNumeric[A, B, R]

Linear Supertypes
IntegralPolyNumeric[A, B, R], PolyNumericFromNumeric[A, B, R], PolyNumeric[A, B, R], PolyNumericFor[A, B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PolyNumericFromIntegral
  2. IntegralPolyNumeric
  3. PolyNumericFromNumeric
  4. PolyNumeric
  5. PolyNumericFor
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PolyNumericFromIntegral(fromA: (A) ⇒ R, fromB: (B) ⇒ R, num: Integral[R])

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(a: A, b: B): Int

    Definition Classes
    PolyNumericFromNumericPolyNumeric
  7. def div(a: A, b: B): R

    Definition Classes
    PolyNumericFromIntegralPolyNumeric
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. val fromA: (A) ⇒ R

    Attributes
    protected
    Definition Classes
    PolyNumericFromIntegralPolyNumericFromNumeric
  12. val fromB: (B) ⇒ R

    Attributes
    protected
    Definition Classes
    PolyNumericFromIntegralPolyNumericFromNumeric
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def gt(x: A, y: B): Boolean

    Definition Classes
    PolyNumeric
  15. def gteq(x: A, y: B): Boolean

    Definition Classes
    PolyNumeric
  16. def hashCode(): Int

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

    Definition Classes
    Any
  18. def lt(x: A, y: B): Boolean

    Definition Classes
    PolyNumeric
  19. def lteq(x: A, y: B): Boolean

    Definition Classes
    PolyNumeric
  20. def max(a: A, b: B): R

    Definition Classes
    PolyNumericFromNumericPolyNumeric
  21. def min(a: A, b: B): R

    Definition Classes
    PolyNumericFromNumericPolyNumeric
  22. def minus(a: A, b: B): R

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

    Definition Classes
    AnyRef
  24. final def notify(): Unit

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

    Definition Classes
    AnyRef
  26. val num: Integral[R]

    Attributes
    protected
    Definition Classes
    PolyNumericFromIntegralPolyNumericFromNumeric
  27. def numeric: Integral[R]

  28. def one: R

    Definition Classes
    PolyNumericFromNumeric
  29. def plus(a: A, b: B): R

    Definition Classes
    PolyNumericFromNumericPolyNumeric
  30. def rem(a: A, b: B): R

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

    Definition Classes
    AnyRef
  32. def times(a: A, b: B): R

    Definition Classes
    PolyNumericFromNumericPolyNumeric
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def zero: R

    Definition Classes
    PolyNumericFromNumeric

Inherited from IntegralPolyNumeric[A, B, R]

Inherited from PolyNumericFromNumeric[A, B, R]

Inherited from PolyNumeric[A, B, R]

Inherited from PolyNumericFor[A, B]

Inherited from AnyRef

Inherited from Any

Ungrouped