de.sciss.synth.expr

Longs

object Longs extends BiTypeImpl[Long]

Linear Supertypes
BiTypeImpl[Long], BiType[Long], Type[Long], TypeLike[Long, [$tilde]Expr[~, Long]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Longs
  2. BiTypeImpl
  3. BiType
  4. Type
  5. TypeLike
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final type Change = model.Change[Long]

    Attributes
    protected
    Definition Classes
    Type
  2. final type Ex[S <: Sys[S]] = Expr[S, Long]

    Attributes
    protected
    Definition Classes
    Type
  3. final type ExN[S <: Sys[S]] = Expr[S, Long] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Type
  4. final class Ops[S <: Sys[S]] extends AnyRef

  5. type ReprConst[S <: Sys[S]] = Expr[S, Long] with lucre.expr.Expr.Const[S, Long]

    Attributes
    protected
    Definition Classes
    TypeLike
  6. type ReprNode[S <: Sys[S]] = Expr[S, Long] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    TypeLike
  7. type ReprVar[S <: Sys[S]] = Expr[S, Long] with lucre.expr.Expr.Var[S, Long]

    Attributes
    protected
    Definition Classes
    TypeLike
  8. final class RichOps[S <: Sys[S]] extends AnyRef

  9. final class Tuple1[S <: Sys[S], T1] extends NodeImpl[S, A]

    Definition Classes
    TypeLike
  10. trait Tuple1Op[T1] extends TupleOp

    Definition Classes
    TypeLike
  11. final class Tuple2[S <: Sys[S], T1, T2] extends NodeImpl[S, A]

    Definition Classes
    TypeLike
  12. trait Tuple2Op[T1, T2] extends TupleOp

    Definition Classes
    TypeLike
  13. sealed trait TupleOp extends AnyRef

    Definition Classes
    TypeLike

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

  7. implicit object ValueSer extends ImmutableSerializer[A]

    Definition Classes
    BiType
  8. final def asInstanceOf[T0]: T0

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

    Definition Classes
    TypeLike
  10. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  17. final def longType: BiType[Long]

    Definition Classes
    BiTypeImplBiType
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def newConfluentVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.Type.newConfluentVar.S.Tx): lucre.expr.Expr.Var[S, Long]

    Definition Classes
    Type → TypeLike
  20. final def newConst[S <: Sys[S]](value: Long): lucre.expr.Expr.Const[S, Long]

    Definition Classes
    Type → TypeLike
  21. final def newVar[S <: Sys[S]](init: Ex[S])(implicit tx: lucre.expr.Type.newVar.S.Tx): lucre.expr.Expr.Var[S, Long]

    Definition Classes
    Type → TypeLike
  22. final def notify(): Unit

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

    Definition Classes
    AnyRef
  24. final def readConst[S <: Sys[S]](in: DataInput): lucre.expr.Expr.Const[S, Long]

    Definition Classes
    Type → TypeLike
  25. final def readExpr[S <: Sys[S]](in: DataInput, access: lucre.expr.TypeLike.readExpr.S.Acc)(implicit tx: lucre.expr.TypeLike.readExpr.S.Tx): Expr[S, Long]

    Definition Classes
    TypeLike
  26. def readTuple[S <: Sys[S]](cookie: Int, in: DataInput, access: Longs.readTuple.S.Acc, targets: Targets[S])(implicit tx: Longs.readTuple.S.Tx): ExN[S]

    Definition Classes
    Longs → TypeLike
  27. def readValue(in: DataInput): Long

    Definition Classes
    Longs → Type → TypeLike
  28. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.Type.readVar.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.Type.readVar.S.Tx): ReprVar[S] with lucre.event.Node[S]

    Attributes
    protected
    Definition Classes
    Type → TypeLike
  29. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.Type.readVar.S.Acc)(implicit tx: lucre.expr.Type.readVar.S.Tx): lucre.expr.Expr.Var[S, Long]

    Definition Classes
    Type → TypeLike
  30. implicit final def serializer[S <: Sys[S]]: EventLikeSerializer[S, Expr[S, Long]]

    Definition Classes
    TypeLike
  31. final def spanLikeType: BiType[SpanLike]

    Definition Classes
    BiTypeImplBiType
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final val typeID: Int(3)

    Definition Classes
    LongsBiType
  35. implicit final def varSerializer[S <: Sys[S]]: Serializer[lucre.expr.TypeLike.varSerializer.S.Tx, lucre.expr.TypeLike.varSerializer.S.Acc, ReprVar[S]]

    Definition Classes
    TypeLike
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def writeValue(value: Long, out: DataOutput): Unit

    Definition Classes
    Longs → Type → TypeLike

Inherited from BiTypeImpl[Long]

Inherited from BiType[Long]

Inherited from Type[Long]

Inherited from TypeLike[Long, [$tilde]Expr[~, Long]]

Inherited from AnyRef

Inherited from Any

Ungrouped