Packages

c

de.sciss.lucre.expr

IntLiteralExOps

final class IntLiteralExOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntLiteralExOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IntLiteralExOps(x: Int)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. def %[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  4. def &(that: Ex[A]): Ex[A]
  5. def *[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  6. def +[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  7. def -[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  8. def <(that: Ex[A]): Ex[Boolean]
  9. def <<(that: Ex[A]): Ex[A]
  10. def <=(that: Ex[A]): Ex[Boolean]
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  12. def >(that: Ex[A]): Ex[Boolean]
  13. def >=(that: Ex[A]): Ex[Boolean]
  14. def >>(that: Ex[A]): Ex[A]
  15. def >>>(that: Ex[A]): Ex[A]
  16. def ^(that: Ex[A]): Ex[A]
  17. def absDif[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clip[A1, A2](lo: Ex[A1], hi: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  20. def clip2[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  21. def difSqr[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  22. def excess[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  23. def fold[A1, A2](lo: Ex[A1], hi: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  24. def fold2[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  25. def gcd(that: Ex[A]): Ex[A]
  26. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def lcm(that: Ex[A]): Ex[A]
  29. def max[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  30. def min[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  31. def mod[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  32. def roundTo[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  33. def roundUpTo[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  34. def sig_!=(that: Ex[A]): Ex[Boolean]
  35. def sig_==(that: Ex[A]): Ex[Boolean]
  36. def sqrDif[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  37. def sqrSum[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  38. def sumSqr[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  39. def to(that: Ex[A]): Ex[Seq[A]]
  40. def toString(): String
    Definition Classes
    Any
  41. def trunc[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  42. def until(that: Ex[A]): Ex[Seq[A]]
  43. def wrap[A1, A2](lo: Ex[A1], hi: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  44. def wrap2[A1, A2](that: Ex[A1])(implicit w: Widen2[A, A1, A2], num: Num[A2]): Ex[A2]
  45. def |(that: Ex[A]): Ex[A]

Inherited from AnyVal

Inherited from Any

Ungrouped