object BinaryOp extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BinaryOp
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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.aux.Aux.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.aux.Aux.Eq[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable
Not equal
- sealed abstract class Op[A1, A2] extends ProductWithAux
- 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )