de.sciss.lucre.synth.expr

ExprImplicits

class ExprImplicits[S <: Sys[S]] extends AnyRef

This class helps overcome the limitation of scala's implicit resolution -- by resolving an expression system's type parameter S. There are two types of conversions, those that can be run from the underlying expression type (e.g. longOps1 provides operations which can be invoked with a plain Long), and those that require an existing expression (e.g. longOps2). This is so that primitive standard operations remain outside the implicit scope (e.g. addition on longs).

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExprImplicits
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExprImplicits()

    Attributes
    protected

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. implicit def biExpr[A, A1, T](tuple: (T, A1))(implicit tx: S.Tx, magType: ExprType1[A], timeView: (T) ⇒ Expr[S, Long], magView: (A1) ⇒ Expr[S, A]): BiExpr[S, A]

  6. implicit def booleanConst(b: Boolean): Expr[S, Boolean]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. implicit def curveConst(c: Curve): Expr[S, Curve]

  9. implicit def doubleConst(d: Double): Expr[S, Double]

  10. implicit def doubleOps1[A](ex: A)(implicit view: (A) ⇒ Expr[S, Double]): RichOps[S]

  11. implicit def doubleOps2(ex: Expr[S, Double]): Ops[S]

  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Definition Classes
    AnyRef → Any
  17. implicit def intConst(i: Int): Expr[S, Int]

  18. implicit def intOps1[A](ex: A)(implicit view: (A) ⇒ Expr[S, Int]): RichOps[S]

  19. implicit def intOps2(ex: Expr[S, Int]): Ops[S]

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. implicit def longConst(n: Long): Expr[S, Long]

  22. implicit def longOps1[A](ex: A)(implicit view: (A) ⇒ Expr[S, Long]): RichOps[S]

  23. implicit def longOps2(ex: Expr[S, Long]): Ops[S]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. implicit def spanConst(s: Span): Expr[S, Span]

  28. implicit def spanLikeConst(s: SpanLike): Expr[S, SpanLike]

  29. implicit def spanLikeOps(ex: Expr[S, SpanLike]): Ops[S]

  30. implicit def spanOps(ex: Expr[S, Span]): Ops[S]

  31. implicit def spanOps2(s: Span.type): Ops2

  32. implicit def stringConst(s: String): Expr[S, String]

  33. implicit def stringOps(ex: Expr[S, String]): Ops[S]

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped