Trait/Object

de.sciss.fingertree

IndexedSeq

Related Docs: object IndexedSeq | package fingertree

Permalink

sealed trait IndexedSeq[A] extends IndexedSeqLike[Int, A, IndexedSeq[A]]

Linear Supertypes
IndexedSeqLike[Int, A, IndexedSeq[A]], FingerTreeLike[Int, A, IndexedSeq[A]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedSeq
  2. IndexedSeqLike
  3. FingerTreeLike
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isSizeGtPred(idx: Int): (Int) ⇒ Boolean

    Permalink

    For a given value i, returns a test function that when passed a measure, compare's the measure's size component against i using f(m) > i

    For a given value i, returns a test function that when passed a measure, compare's the measure's size component against i using f(m) > i

    Attributes
    protected
    Definition Classes
    IndexedSeqLike
  2. abstract def isSizeLteqPred(idx: Int): (Int) ⇒ Boolean

    Permalink

    For a given value i, returns a test function that when passed a measure, compare's the measure's size component against i using f(m) <= i

    For a given value i, returns a test function that when passed a measure, compare's the measure's size component against i using f(m) <= i

    Attributes
    protected
    Definition Classes
    IndexedSeqLike
  3. implicit abstract def m: Measure[A, Int]

    Permalink
    Attributes
    protected
    Definition Classes
    FingerTreeLike
  4. abstract def size: Int

    Permalink
    Definition Classes
    IndexedSeqLike
  5. abstract def tree: FingerTree[Int, A]

    Permalink
    Attributes
    protected
    Definition Classes
    FingerTreeLike
  6. abstract def wrap(tree: FingerTree[Int, A]): IndexedSeq[A]

    Permalink
    Attributes
    protected
    Definition Classes
    FingerTreeLike

Concrete 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 ++(xs: IndexedSeq[A]): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  4. final def +:(x: A): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  5. final def :+(x: A): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  6. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  7. final def apply(idx: Int): A

    Permalink
    Definition Classes
    IndexedSeqLike
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def drop(n: Int): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  11. final def dropRight(n: Int): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def head: A

    Permalink
    Definition Classes
    FingerTreeLike
  18. final def headOption: Option[A]

    Permalink
    Definition Classes
    FingerTreeLike
  19. final def init: IndexedSeq[A]

    Permalink
    Definition Classes
    FingerTreeLike
  20. final def isEmpty: Boolean

    Permalink
    Definition Classes
    FingerTreeLike
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def iterator: Iterator[A]

    Permalink
    Definition Classes
    FingerTreeLike
  23. final def last: A

    Permalink
    Definition Classes
    FingerTreeLike
  24. final def lastOption: Option[A]

    Permalink
    Definition Classes
    FingerTreeLike
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def nonEmpty: Boolean

    Permalink
    Definition Classes
    FingerTreeLike
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. final def slice(from: Int, until: Int): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  30. final def splitAt(idx: Int): (IndexedSeq[A], IndexedSeq[A])

    Permalink
    Definition Classes
    IndexedSeqLike
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. final def tail: IndexedSeq[A]

    Permalink
    Definition Classes
    FingerTreeLike
  33. final def take(n: Int): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  34. final def takeRight(n: Int): IndexedSeq[A]

    Permalink
    Definition Classes
    IndexedSeqLike
  35. final def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, A, Col[A]]): Col[A]

    Permalink
    Definition Classes
    FingerTreeLike
  36. final def toList: List[A]

    Permalink
    Definition Classes
    FingerTreeLike
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

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

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

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

Inherited from IndexedSeqLike[Int, A, IndexedSeq[A]]

Inherited from FingerTreeLike[Int, A, IndexedSeq[A]]

Inherited from AnyRef

Inherited from Any

Ungrouped