de.sciss.synth.proc

Obj

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
Learn more about member selection
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

  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

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

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

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

    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

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

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

  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

    An update is a sequence of changes

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply[S <: Sys[S], E1 <: Elem[S]](elem: E1 with Elem[S])(implicit tx: Obj.apply.S.Tx): Obj[S] { type E = E1 }

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  23. def toString(): String

    Definition Classes
    AnyRef → Any
  24. 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 }]

  25. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped