final class IndSeq[A] extends AnyRef
Indexed sequences, based on scalaz.FingerTree
The measure is the count of the preceding elements, provided by UnitReducer((e: Int) => 1)
.
- Source
- FingerTree.scala
- Alphabetic
- By Inheritance
- IndSeq
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new IndSeq(self: FingerTree[Int, A])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def ++(xs: IndSeq[A]): IndSeq[A]
- def +:(x: ⇒ A): IndSeq[A]
- def :+(x: ⇒ A): IndSeq[A]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(i: Int): A
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def drop(n: Int): IndSeq[A]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[B](f: (A) ⇒ IndSeq[B]): IndSeq[B]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init: IndSeq[A]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length: Int
- def map[B](f: (A) ⇒ B): IndSeq[B]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def replace(i: Int, a: ⇒ A): IndSeq[A]
- val self: FingerTree[Int, A]
- implicit def sizer[A]: Reducer[A, Int]
- def split(i: Int): (IndSeq[A], IndSeq[A])
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tail: IndSeq[A]
- def take(n: Int): IndSeq[A]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )