Object/Class

de.sciss.lucre.expr.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, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  2. final case class And[A]()(implicit num: NumLogic[A]) extends NamedOp[A, A, A] with ProductWithAux with Product with Serializable

    Permalink
  3. final case class Atan2[A, B, C]()(implicit widen: Widen2[A, B, C], num: NumDouble[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  4. type AuxL = List[Aux]

    Permalink
  5. final case class Clip2[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  6. final case class Difsqr[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  7. final case class Div[A, B, C]()(implicit widen: Widen2[A, B, C], num: NumFrac[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink

    Division, _not_ integer division

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

    Permalink

    Equal

  9. final case class Excess[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  10. final case class FileReplaceExt() extends NamedOp[File, String, File] with Product with Serializable

    Permalink
  11. final case class FileReplaceName() extends NamedOp[File, String, File] with Product with Serializable

    Permalink
  12. final case class Fold2[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

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

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

    Permalink

    Greater than or equal

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

    Permalink

    Greater than

  16. final case class Hypot[A, B, C]()(implicit widen: Widen2[A, B, C], num: NumDouble[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  17. final case class Hypotx[A, B, C]()(implicit widen: Widen2[A, B, C], num: NumDouble[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

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

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

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

    Permalink

    Less than or equal

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

    Permalink

    Less than

  22. final case class Max[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  23. final case class Min[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  24. final case class Minus[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  25. final case class Mod[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  26. final case class ModJ[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  27. abstract class NamedOp[A, B, C] extends Op[A, B, C]

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

    Permalink

    Not equal

  29. abstract class Op[A, B, C] extends Product

    Permalink
  30. final case class OptionContains[A]() extends NamedOp[Option[A], A, Boolean] with Product with Serializable

    Permalink
  31. final case class OptionGetOrElse[A]() extends NamedOp[Option[A], A, A] with Product with Serializable

    Permalink
  32. final case class OptionOrElse[A]() extends NamedOp[Option[A], Option[A], Option[A]] with Product with Serializable

    Permalink
  33. final case class Or[A]()(implicit num: NumLogic[A]) extends NamedOp[A, A, A] with ProductWithAux with Product with Serializable

    Permalink
  34. final case class Plus[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  35. final case class Pow[A, B, C]()(implicit widen: Widen2[A, B, C], num: NumDouble[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

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

    Permalink
  37. final case class RoundTo[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  38. final case class RoundUpTo[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  39. final case class SeqApplyOption[A]() extends NamedOp[Seq[A], Int, Option[A]] with Product with Serializable

    Permalink
  40. final case class SeqConcat[A]() extends NamedOp[Seq[A], Seq[A], Seq[A]] with Product with Serializable

    Permalink
  41. final case class SeqDrop[A]() extends NamedOp[Seq[A], Int, Seq[A]] with Product with Serializable

    Permalink
  42. final case class SeqTake[A]() extends NamedOp[Seq[A], Int, Seq[A]] with Product with Serializable

    Permalink
  43. final case class SpanLikeClip() extends NamedOp[SpanLike, Long, Long] with Product with Serializable

    Permalink
  44. final case class SpanLikeContains() extends NamedOp[SpanLike, Long, Boolean] with Product with Serializable

    Permalink
  45. final case class SpanLikeIntersect() extends NamedOp[SpanLike, SpanLike, SpanLike] with Product with Serializable

    Permalink
  46. final case class SpanLikeOverlaps() extends NamedOp[SpanLike, SpanLike, Boolean] with Product with Serializable

    Permalink
  47. final case class SpanLikeShift() extends NamedOp[SpanLike, Long, SpanLike] with Product with Serializable

    Permalink
  48. final case class SpanLikeTouches() extends NamedOp[SpanLike, SpanLike, Boolean] with Product with Serializable

    Permalink
  49. final case class SpanLikeUnion() extends NamedOp[SpanLike, SpanLike, SpanLike] with Product with Serializable

    Permalink
  50. final case class Sqrdif[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  51. final case class Sqrsum[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  52. final case class StringConcat() extends NamedOp[String, String, String] with Product with Serializable

    Permalink
  53. final case class StringDrop() extends NamedOp[String, Int, String] with Product with Serializable

    Permalink
  54. final case class StringTake() extends NamedOp[String, Int, String] with Product with Serializable

    Permalink
  55. final case class Sumsqr[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  56. final case class Times[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  57. final case class Trunc[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

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

    Permalink
  59. final case class Wrap2[A, B, C]()(implicit widen: Widen2[A, B, C], num: Num[C]) extends NamedOp[A, B, C] with ProductWithAux with Product with Serializable

    Permalink
  60. final case class Xor[A]()(implicit num: NumLogic[A]) extends NamedOp[A, A, A] with ProductWithAux 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