de.sciss.lucre.bitemp.impl

BiGroupImpl

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

  4. type TreeImpl[S <: Sys[S], E[~ <: Sys[~]] <: Elem[~]] = SkipOctree[S, TwoDim, (SpanLike, IndexedSeq[Entry[S, E[S]]])]

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

  7. final val RegressNextNeighborMetric: Ops[Long, TwoDim]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def copyTree[In <: Sys[In], Out <: Sys[Out], E[~ <: Sys[~]] <: Elem[~]](in: TreeImpl[In, E], out: TreeImpl[Out, E], outImpl: Impl[Out, E])(implicit txIn: BiGroupImpl.copyTree.In.Tx, txOut: BiGroupImpl.copyTree.Out.Tx, context: Copy[In, Out]): Unit

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

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

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

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

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

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

  17. def finalize(): Unit

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

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

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

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

  22. final def isInstanceOf[T0]: Boolean

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

  24. final def ne(arg0: AnyRef): Boolean

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

  26. final def notify(): Unit

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

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

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

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

  31. def searchSpanToPoint(span: SpanLike): LongPoint2D

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

  33. var showLog: Boolean

  34. def spanToPoint(span: SpanLike): LongPoint2D

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

    Definition Classes
    AnyRef
  36. def toString(): String

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

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped