object BinaryOp extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinaryOp
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class Absdif[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Atan2[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
- final case class BitAnd[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- final case class BitOr[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- final case class BitXor[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- final case class Clip2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Difsqr[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Div[A]()(implicit num: NumFrac[A]) extends PureOp[A, A] with Product with Serializable
Division, _not_ integer division
- final case class Eq[A, B]()(implicit eq: lucre.Adjunct.Eq[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable
Equal
- final case class Excess[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Fold2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Gcd[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- 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
- final case class Gt[A, B]()(implicit ord: Ord[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable
Greater than
- final case class Hypot[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
- final case class Hypotx[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
- final case class Lcm[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- final case class LeftShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- 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
- final case class Lt[A, B]()(implicit ord: Ord[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable
Less than
- final case class Max[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Min[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Minus[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Mod[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class ModJ[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- 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
- sealed abstract class Op[A1, A2] extends ProductWithAdjuncts
- final case class Plus[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Pow[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable
- abstract class PureOp[A1, A2] extends Op[A1, A2]
- final case class RightShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- final case class RoundTo[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class RoundUpTo[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Sqrdif[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Sqrsum[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Sumsqr[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Times[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class Trunc[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
- final case class UnsignedRightShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable
- final case class Wrap2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated