Object/Class

de.sciss.patterns.graph

BinaryOp

Related Docs: class BinaryOp | package graph

Permalink

object BinaryOp extends Serializable

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

Type Members

  1. final case class Absdif[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  2. final case class Atan2[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  3. final case class BitAnd[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  4. final case class BitOr[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  5. final case class BitXor[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  6. final case class Clip2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  7. final case class Difsqr[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  8. final case class Div[A]()(implicit num: NumFrac[A]) extends PureOp[A, A] with Product with Serializable

    Permalink

    Division, _not_ integer division

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

    Permalink

    Equal

  10. final case class Excess[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  11. final case class Fold2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  12. final case class Gcd[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

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

    Permalink

    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

    Permalink

    Greater than

  15. final case class Hypot[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  16. final case class Hypotx[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  17. final case class Lcm[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  18. final case class LeftShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

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

    Permalink

    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

    Permalink

    Less than

  21. final case class Max[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  22. final case class Min[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  23. final case class Minus[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  24. final case class Mod[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  25. final case class ModJ[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  26. final case class Neq[A, B]()(implicit eq: lucre.aux.Aux.Eq[A] { type Boolean = B }) extends PureOp[A, B] with Product with Serializable

    Permalink

    Not equal

  27. sealed abstract class Op[A1, A2] extends ProductWithAux

    Permalink
  28. final case class Plus[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  29. final case class Pow[A]()(implicit num: NumDouble[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  30. abstract class PureOp[A1, A2] extends Op[A1, A2]

    Permalink
  31. final case class RightShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  32. final case class RoundTo[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  33. final case class RoundUpTo[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  34. final case class Sqrdif[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  35. final case class Sqrsum[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  36. final case class Sumsqr[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  37. final case class Times[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  38. final case class Trunc[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  39. final case class UnsignedRightShift[A]()(implicit num: NumInt[A]) extends PureOp[A, A] with Product with Serializable

    Permalink
  40. final case class Wrap2[A]()(implicit num: Num[A]) extends PureOp[A, A] with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped