de.sciss.lucre.synth.expr

ExprImplicits

Related Docs: object ExprImplicits | package expr

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 final 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 final def booleanConst(b: Boolean): Expr[S, Boolean]

  7. implicit final def booleanOps1[A](ex: A)(implicit view: (A) ⇒ Expr[S, Boolean]): Ops[S]

  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

  32. implicit final def spanOps2(s: Span.type): Ops2

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

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

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped