Packages

final class Ops[T <: Txn[T]] extends AnyVal

Self Type
Ops[T]
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ops
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Ops(this: _Ex[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def *(b: E)(implicit tx: T): E
  4. def +(b: E)(implicit tx: T): E
  5. def -(b: E)(implicit tx: T): E
  6. def /(b: E)(implicit tx: T): E
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. def abs(implicit tx: T): E
  9. def absDif(b: E)(implicit tx: T): E
  10. def acos(implicit tx: T): E
  11. def ampDb(implicit tx: T): E
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. def asin(implicit tx: T): E
  14. def atan(implicit tx: T): E
  15. def atan2(b: E)(implicit tx: T): E
  16. def ceil(implicit tx: T): E
  17. def clip2(b: E)(implicit tx: T): E
  18. def cos(implicit tx: T): E
  19. def cosh(implicit tx: T): E
  20. def cpsMidi(implicit tx: T): E
  21. def cpsOct(implicit tx: T): E
  22. def dbAmp(implicit tx: T): E
  23. def difSqr(b: E)(implicit tx: T): E
  24. def exp(implicit tx: T): E
  25. def floor(implicit tx: T): E
  26. def fold2(b: E)(implicit tx: T): E
  27. def frac(implicit tx: T): E
  28. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  29. def hypot(b: E)(implicit tx: T): E
  30. def hypotApx(b: E)(implicit tx: T): E
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def log(implicit tx: T): E
  33. def log10(implicit tx: T): E
  34. def log2(implicit tx: T): E
  35. def max(b: E)(implicit tx: T): E
  36. def midiCps(implicit tx: T): E
  37. def midiRatio(implicit tx: T): E
  38. def min(b: E)(implicit tx: T): E
  39. def octCps(implicit tx: T): E
  40. def pow(b: E)(implicit tx: T): E
  41. def ratioMidi(implicit tx: T): E
  42. def reciprocal(implicit tx: T): E
  43. def roundTo(b: E)(implicit tx: T): E
  44. def roundUpTo(b: E)(implicit tx: T): E
  45. def signum(implicit tx: T): E
  46. def sin(implicit tx: T): E
  47. def sinh(implicit tx: T): E
  48. def sqrDif(b: E)(implicit tx: T): E
  49. def sqrSum(b: E)(implicit tx: T): E
  50. def sqrt(implicit tx: T): E
  51. def squared(implicit tx: T): E
  52. def sumSqr(b: E)(implicit tx: T): E
  53. def tan(implicit tx: T): E
  54. def tanh(implicit tx: T): E
  55. val this: _Ex[T]
  56. def toString(): String
    Definition Classes
    Any
  57. def trunc(b: E)(implicit tx: T): E
  58. def unary_-(implicit tx: T): E
  59. def wrap2(b: E)(implicit tx: T): E

Inherited from AnyVal

Inherited from Any

Ungrouped