de.sciss.lucre.expr

TypeLike

trait TypeLike[A, Repr[S <: Sys[S]] <: Expr[S, A]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TypeLike
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ReprConst[S <: Sys[S]] = Repr[S] with Const[S, A]

    Attributes
    protected
  2. type ReprNode[S <: Sys[S]] = Repr[S] with Node[S]

    Attributes
    protected
  3. type ReprVar[S <: Sys[S]] = Repr[S] with Var[S, A]

    Attributes
    protected
  4. final class Tuple1[S <: Sys[S], T1] extends NodeImpl[S, A]

  5. trait Tuple1Op[T1] extends TupleOp

  6. final class Tuple2[S <: Sys[S], T1, T2] extends NodeImpl[S, A]

  7. trait Tuple2Op[T1, T2] extends TupleOp

  8. sealed trait TupleOp extends AnyRef

Abstract Value Members

  1. abstract def newConfluentVar[S <: Sys[S]](init: Repr[S])(implicit tx: newConfluentVar.S.Tx): ReprVar[S]

  2. abstract def newConst[S <: Sys[S]](value: A): Repr[S] with Const[S, A]

  3. abstract def newVar[S <: Sys[S]](init: Repr[S])(implicit tx: newVar.S.Tx): ReprVar[S]

  4. abstract def readConst[S <: Sys[S]](in: DataInput): ReprConst[S]

  5. abstract def readTuple[S <: Sys[S]](cookie: Int, in: DataInput, access: readTuple.S.Acc, targets: Targets[S])(implicit tx: readTuple.S.Tx): ReprNode[S]

    Attributes
    protected
  6. abstract def readValue(in: DataInput): A

  7. abstract def readVar[S <: Sys[S]](in: DataInput, access: readVar.S.Acc, targets: Targets[S])(implicit tx: readVar.S.Tx): ReprVar[S] with Node[S]

    Attributes
    protected
  8. abstract def readVar[S <: Sys[S]](in: DataInput, access: readVar.S.Acc)(implicit tx: readVar.S.Tx): ReprVar[S]

  9. abstract def writeValue(value: A, out: DataOutput): Unit

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. final def change[S <: Sys[S]](before: A, now: A): Option[Change[A]]

  8. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  18. final def readExpr[S <: Sys[S]](in: DataInput, access: readExpr.S.Acc)(implicit tx: readExpr.S.Tx): Repr[S]

  19. implicit final def serializer[S <: Sys[S]]: EventLikeSerializer[S, Repr[S]]

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

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    AnyRef → Any
  22. implicit final def varSerializer[S <: Sys[S]]: Serializer[varSerializer.S.Tx, varSerializer.S.Acc, ReprVar[S]]

  23. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped