Object/Trait

de.sciss.synth.proc

Obj

Related Docs: trait Obj | package proc

Permalink

object Obj

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Obj
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final case class AttrAdded[S <: Sys[S]](key: String, elem: Obj[S]) extends AttrUpdate[S] with Product with Serializable

    Permalink
  2. final case class AttrChange[S <: Sys[S]](key: String, elem: Obj[S], changes: IndexedSeq[Change[S, Any]]) extends AttrUpdate[S] with Product with Serializable

    Permalink
  3. final case class AttrRemoved[S <: Sys[S]](key: String, elem: Obj[S]) extends AttrUpdate[S] with Product with Serializable

    Permalink
  4. sealed trait AttrUpdate[S <: Sys[S]] extends Change[S, Nothing]

    Permalink
  5. sealed trait Change[S <: Sys[S], +Upd] extends AnyRef

    Permalink

    A change is either a element state change, or an attribute change

  6. final case class ElemChange[S <: Sys[S], Upd](change: Upd) extends Change[S, Upd] with Product with Serializable

    Permalink
  7. type T[S <: Sys[S], E1[~ <: Sys[~]] <: Elem[~]] = Obj[S] { type E = E1[S] }

    Permalink
  8. type Update[S <: Sys[S]] = UpdateT[S, _ <: Elem[S]]

    Permalink
  9. final case class UpdateT[S <: Sys[S], E1 <: Elem[S]](obj: Obj[S] { type E = E1 }, changes: IndexedSeq[Change[S, E1.PeerUpdate]]) extends Product with Serializable

    Permalink

    An update is a sequence of changes

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. def apply[S <: Sys[S], E1 <: Elem[S]](elem: E1 with Elem[S])(implicit tx: Obj.apply.S.Tx): Obj[S] { type E = E1 }

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def copy[S <: Sys[S]](in: Obj[S])(implicit tx: Obj.copy.S.Tx): Obj[S]

    Permalink
  8. def copyT[S <: Sys[S], E1[~ <: Sys[~]] <: Elem[~]](in: T[S, E1], elemCopy: E1[S])(implicit tx: Obj.copyT.S.Tx): T[S, E1]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def read[S <: Sys[S]](in: DataInput, access: Obj.read.S.Acc)(implicit tx: Obj.read.S.Tx): Obj[S]

    Permalink
  19. def readT[S <: Sys[S], E1[~ <: Sys[~]] <: Elem[~]](in: DataInput, access: Obj.readT.S.Acc)(implicit tx: Obj.readT.S.Tx, peer: Serializer[Obj.readT.S.Tx, Obj.readT.S.Acc, E1[S]]): Obj[S] { type E = E1[S] }

    Permalink
  20. implicit def serializer[S <: Sys[S]]: Serializer[S, Obj[S]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. implicit def typedSerializer[S <: Sys[S], E1 <: Elem[S]](implicit peer: Serializer[Obj.typedSerializer.S.Tx, Obj.typedSerializer.S.Acc, E1]): Serializer[S, Obj[S] { type E = E1 }]

    Permalink
  24. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped