Trait

de.sciss.fingertree

IndexedSeqLike

Related Doc: package fingertree

Permalink

trait IndexedSeqLike[V, A, Repr <: IndexedSeqLike[V, A, Repr]] extends FingerTreeLike[V, A, Repr]

Linear Supertypes
FingerTreeLike[V, A, Repr], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedSeqLike
  2. FingerTreeLike
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def isSizeGtPred(idx: Int): (V) ⇒ 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
  2. abstract def isSizeLteqPred(idx: Int): (V) ⇒ 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
  3. implicit abstract def m: Measure[A, V]

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

    Permalink
  5. abstract def tree: FingerTree[V, A]

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

    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: Repr): Repr

    Permalink
  4. final def +:(x: A): Repr

    Permalink
  5. final def :+(x: A): Repr

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

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

    Permalink
  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): Repr

    Permalink
  11. final def dropRight(n: Int): Repr

    Permalink
  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: Repr

    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): Repr

    Permalink
  30. final def splitAt(idx: Int): (Repr, Repr)

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

    Permalink
    Definition Classes
    AnyRef
  32. final def tail: Repr

    Permalink
    Definition Classes
    FingerTreeLike
  33. final def take(n: Int): Repr

    Permalink
  34. final def takeRight(n: Int): Repr

    Permalink
  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 FingerTreeLike[V, A, Repr]

Inherited from AnyRef

Inherited from Any

Ungrouped