Packages

object BinaryOp extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinaryOp
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Absdif[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  2. final case class Atan2[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
  3. final case class BitAnd[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  4. final case class BitOr[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  5. final case class BitXor[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  6. final case class Clip2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  7. final case class Difsqr[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  8. final case class Div[A]()(implicit num: NumFrac[A]) extends PureOp[A, A] with Product with Serializable

    Division, _not_ integer division

  9. final case class Eq[A, B]()(implicit eq: lucre.Adjunct.Eq[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable

    Equal

  10. final case class Excess[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  11. final case class Fold2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  12. final case class Gcd[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  13. final case class Geq[A, B]()(implicit ord: Ord[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable

    Greater than or equal

  14. final case class Gt[A, B]()(implicit ord: Ord[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable

    Greater than

  15. final case class Hypot[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
  16. final case class Hypotx[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
  17. final case class Lcm[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  18. final case class LeftShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  19. final case class Leq[A, B]()(implicit ord: Ord[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable

    Less than or equal

  20. final case class Lt[A, B]()(implicit ord: Ord[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable

    Less than

  21. final case class Max[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  22. final case class Min[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  23. final case class Minus[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  24. final case class Mod[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  25. final case class ModJ[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  26. final case class Neq[A, B]()(implicit eq: lucre.Adjunct.Eq[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable

    Not equal

  27. sealed abstract class Op[A1, A2] extends ProductWithAdjuncts
  28. final case class Plus[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  29. final case class Pow[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
  30. abstract class PureOp[A1, A2] extends Op[A1, A2]
  31. final case class RightShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  32. final case class RoundTo[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  33. final case class RoundUpTo[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  34. final case class Sqrdif[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  35. final case class Sqrsum[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  36. final case class Sumsqr[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  37. final case class Times[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  38. final case class Trunc[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
  39. final case class UnsignedRightShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
  40. final case class Wrap2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped