Object/Trait

de.sciss.lucre.expr

DoubleVector

Related Docs: trait DoubleVector | package expr

Permalink

object DoubleVector extends ExprTypeImpl[IndexedSeq[Double], DoubleVector]

Linear Supertypes
ExprTypeImpl[IndexedSeq[Double], DoubleVector], TypeImpl1[DoubleVector], _1[DoubleVector], TypeImpl[Extension1[DoubleVector]], TypeImplLike[Extension1[DoubleVector]], Type.Expr[IndexedSeq[Double], DoubleVector], stm.Obj.Type, stm.Elem.Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleVector
  2. ExprTypeImpl
  3. TypeImpl1
  4. _1
  5. TypeImpl
  6. TypeImplLike
  7. Expr
  8. Type
  9. Type
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type A = IndexedSeq[Double]

    Permalink
    Definition Classes
    Expr
  2. type Const[S <: Sys[S]] = DoubleVector[S] with Expr.Const[S, A]

    Permalink
    Definition Classes
    Expr
  3. trait ConstImpl[S <: Sys[S]] extends impl.ConstImpl[S, impl.ExprTypeImpl.A]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  4. type Ex[S <: Sys[S]] = DoubleVector[S]

    Permalink
    Definition Classes
    Expr
  5. type Var[S <: Sys[S]] = DoubleVector[S] with stm.Var[Type.Expr.Var.S.Tx, DoubleVector[S]]

    Permalink
    Definition Classes
    Expr
  6. trait VarImpl[S <: Sys[S]] extends impl.VarImpl[S, impl.ExprTypeImpl.A, impl.ExprTypeImpl.Ex[S]]

    Permalink
    Attributes
    protected
    Definition Classes
    ExprTypeImpl

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. object Var

    Permalink
    Definition Classes
    Expr
  5. final def addExtension(exts: Array[Extension1[DoubleVector]], ext: Extension1[DoubleVector]): Array[Extension1[DoubleVector]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImplLike
  6. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def findExt(op: Int): Extension1[DoubleVector]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl
  12. final def findExt(exts: Array[Extension1[DoubleVector]], op: Int): Extension1[DoubleVector]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImplLike
  13. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    TypeType
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def mkConst[S <: Sys[S]](id: DoubleVector.mkConst.S.ID, value: A)(implicit tx: DoubleVector.mkConst.S.Tx): Const[S]

    Permalink
    Attributes
    protected
    Definition Classes
    DoubleVector → ExprTypeImpl
  18. def mkExtArray(size: Int): Array[Extension1[DoubleVector]]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl1 → TypeImplLike
  19. def mkVar[S <: Sys[S]](targets: Targets[S], vr: DoubleVector.mkVar.S.Var[Ex[S]], connect: Boolean)(implicit tx: DoubleVector.mkVar.S.Tx): Var[S]

    Permalink
    Attributes
    protected
    Definition Classes
    DoubleVector → ExprTypeImpl
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. implicit final def newConst[S <: Sys[S]](value: A)(implicit tx: impl.ExprTypeImpl.newConst.S.Tx): Const[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  22. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: impl.ExprTypeImpl.newVar.S.Tx): Var[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. final def read[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.read.S.Acc)(implicit tx: impl.ExprTypeImpl.read.S.Tx): Ex[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  26. final def readConst[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readConst.S.Acc)(implicit tx: impl.ExprTypeImpl.readConst.S.Tx): Const[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  27. def readCookie[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readCookie.S.Acc, cookie: Byte)(implicit tx: impl.ExprTypeImpl.readCookie.S.Tx): Ex[S]

    Permalink

    Reads an identified object whose cookie is neither 3 (constant) nor 0 (node).

    Reads an identified object whose cookie is neither 3 (constant) nor 0 (node). By default this throws an exception. Sub-classes may use a cookie greater than 3 for other constant types.

    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  28. final def readExtension[S <: Sys[S]](op: Int, in: DataInput, access: impl.TypeImpl1.readExtension.S.Acc, targets: Targets[S])(implicit tx: impl.TypeImpl1.readExtension.S.Tx): DoubleVector[S]

    Permalink
    Attributes
    protected
    Definition Classes
    TypeImpl1
  29. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readIdentifiedObj.S.Acc)(implicit tx: impl.ExprTypeImpl.readIdentifiedObj.S.Tx): Ex[S]

    Permalink
    Definition Classes
    ExprTypeImpl → TypeType
  30. def readNode[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readNode.S.Acc, targets: Targets[S])(implicit tx: impl.ExprTypeImpl.readNode.S.Tx): Ex[S]

    Permalink

    The default implementation reads a type Int as operator id Int which will be resolved using readOpExtension.

    The default implementation reads a type Int as operator id Int which will be resolved using readOpExtension.

    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  31. final def readObj[S <: Sys[S]](in: DataInput, access: stm.Obj.Type.readObj.S.Acc)(implicit tx: stm.Obj.Type.readObj.S.Tx): Obj[S]

    Permalink
    Definition Classes
    TypeType
  32. final def readVar[S <: Sys[S]](in: DataInput, access: impl.ExprTypeImpl.readVar.S.Acc)(implicit tx: impl.ExprTypeImpl.readVar.S.Tx): Var[S]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  33. final def registerExtension(ext: Extension1[DoubleVector]): Unit

    Permalink
    Definition Classes
    TypeImpl
  34. implicit final def serializer[S <: Sys[S]]: Serializer[impl.ExprTypeImpl.serializer.S.Tx, impl.ExprTypeImpl.serializer.S.Acc, Ex[S]]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. final val typeID: Int(8197)

    Permalink
    Definition Classes
    DoubleVectorType
  38. final val valueSerializer: ImmutableSerializer[IndexedSeq[Double]]

    Permalink
    Definition Classes
    DoubleVectorExpr
  39. implicit final def varSerializer[S <: Sys[S]]: Serializer[impl.ExprTypeImpl.varSerializer.S.Tx, impl.ExprTypeImpl.varSerializer.S.Acc, Var[S]]

    Permalink
    Definition Classes
    ExprTypeImpl → Expr
  40. final def wait(): Unit

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

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

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

Inherited from ExprTypeImpl[IndexedSeq[Double], DoubleVector]

Inherited from TypeImpl1[DoubleVector]

Inherited from _1[DoubleVector]

Inherited from TypeImpl[Extension1[DoubleVector]]

Inherited from TypeImplLike[Extension1[DoubleVector]]

Inherited from Type.Expr[IndexedSeq[Double], DoubleVector]

Inherited from stm.Obj.Type

Inherited from stm.Elem.Type

Inherited from AnyRef

Inherited from Any

Ungrouped