Object

de.sciss.lucre.bitemp.impl

BiGroupImpl

Related Doc: package impl

Permalink

object BiGroupImpl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BiGroupImpl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class Impl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~], Repr <: Modifiable[S, E[S]]] extends Modifiable[S, E[S]] with SingleNode[S, Update[S, E[S], Repr]]

    Permalink
  2. type LeafImpl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] = (SpanLike, IndexedSeq[Entry[S, E[S]]])

    Permalink
  3. type Tree[S <: Sys[S], A] = SkipOctree[S, TwoDim, A]

    Permalink
  4. type TreeImpl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] = SkipOctree[S, TwoDim, LeafImpl[S, E]]

    Permalink

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. final val AdvanceNextNeighborMetric: Ops[Long, TwoDim]

    Permalink
  5. final val RegressNextNeighborMetric: Ops[Long, TwoDim]

    Permalink
  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 copyTree[In <: Sys[In], Out <: Sys[Out], E[~ <: Sys[~]] <: Elem[~], Repr <: Impl[Out, E, Repr]](in: TreeImpl[In, E], out: TreeImpl[Out, E], outImpl: Repr)(implicit txIn: BiGroupImpl.copyTree.In.Tx, txOut: BiGroupImpl.copyTree.Out.Tx, context: Copy[In, Out]): Unit

    Permalink
  9. implicit def entrySer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.entrySer.S.Tx, BiGroupImpl.entrySer.S.Acc, Entry[S, A]]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def eventAfter[S <: Sys[S], T2](tree: Tree[S, (SpanLike, T2)])(time: Long)(implicit tx: BiGroupImpl.eventAfter.S.Tx): Option[Long]

    Permalink
  13. final def eventBefore[S <: Sys[S], T2](tree: Tree[S, (SpanLike, T2)])(time: Long)(implicit tx: BiGroupImpl.eventBefore.S.Tx): Option[Long]

    Permalink
  14. final def eventsAt[S <: Sys[S], A](tree: Tree[S, A])(time: Long)(implicit tx: BiGroupImpl.eventsAt.S.Tx): (Iterator[A], Iterator[A])

    Permalink
  15. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def intersectSpan[S <: Sys[S], A](tree: Tree[S, A])(span: SpanLike)(implicit tx: BiGroupImpl.intersectSpan.S.Tx): Iterator[A]

    Permalink
  19. final def intersectTime[S <: Sys[S], A](tree: Tree[S, A])(time: Long)(implicit tx: BiGroupImpl.intersectTime.S.Tx): Iterator[A]

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def modifiableSerializer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.modifiableSerializer.S.Tx, BiGroupImpl.modifiableSerializer.S.Acc, Modifiable[S, A]]

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. def newModifiable[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]](implicit tx: BiGroupImpl.newModifiable.S.Tx): Modifiable[S, E[S]]

    Permalink
  24. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  26. final def rangeSearch[S <: Sys[S], A](tree: Tree[S, A])(start: SpanLike, stop: SpanLike)(implicit tx: BiGroupImpl.rangeSearch.S.Tx): Iterator[A]

    Permalink
  27. def readIdentifiedEntry[S <: Sys[S]](in: DataInput, access: BiGroupImpl.readIdentifiedEntry.S.Acc)(implicit tx: BiGroupImpl.readIdentifiedEntry.S.Tx): Obj[S]

    Permalink
  28. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: BiGroupImpl.readIdentifiedObj.S.Acc)(implicit tx: BiGroupImpl.readIdentifiedObj.S.Tx): Obj[S]

    Permalink
  29. def searchSpanToPoint(span: SpanLike): LongPoint2D

    Permalink
  30. def serializer[S <: Sys[S], A <: Elem[S]]: Serializer[BiGroupImpl.serializer.S.Tx, BiGroupImpl.serializer.S.Acc, BiGroup[S, A]]

    Permalink
  31. var showLog: Boolean

    Permalink
  32. def spanToPoint(span: SpanLike): LongPoint2D

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def verifyConsistency[S <: Sys[S], A](group: BiGroup[S, A], reportOnly: Boolean)(implicit tx: BiGroupImpl.verifyConsistency.S.Tx): IndexedSeq[String]

    Permalink
  36. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped