Class/Object

de.sciss.lucre.synth.expr

ExprImplicits

Related Docs: object ExprImplicits | package expr

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExprImplicits()

    Permalink
    Attributes
    protected

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. 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]

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

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

    Permalink
  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  21. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped