class
History extends IndexedSeq[String] with IndexedSeqLike[String, History]
Instance Constructors
-
new
History(s: Vector[String])
Value Members
-
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
def
++:[B >: String, That](that: Traversable[B])(implicit bf: CanBuildFrom[History, B, That]): That
-
-
def
+:[B >: String, That](elem: B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
/:[B](z: B)(op: (B, String) ⇒ B): B
-
def
:+[B >: String, That](elem: B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
:\[B](z: B)(op: (String, B) ⇒ B): B
-
-
final
def
==(arg0: Any): Boolean
-
def
addString(b: StringBuilder): StringBuilder
-
def
addString(b: StringBuilder, sep: String): StringBuilder
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: B)(seqop: (B, String) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen[C](k: (String) ⇒ C): PartialFunction[Int, C]
-
def
apply(idx: Int): String
-
def
applyOrElse[A1 <: Int, B1 >: String](x: A1, default: (A1) ⇒ B1): B1
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
-
-
-
-
def
compose[A](g: (A) ⇒ Int): (A) ⇒ String
-
def
contains(elem: Any): Boolean
-
def
containsSlice[B](that: GenSeq[B]): Boolean
-
def
copyToArray[B >: String](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: String](xs: Array[B]): Unit
-
def
copyToArray[B >: String](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: String](dest: Buffer[B]): Unit
-
def
corresponds[B](that: GenSeq[B])(p: (String, B) ⇒ Boolean): Boolean
-
def
count(p: (String) ⇒ Boolean): Int
-
def
diff[B >: String](that: GenSeq[B]): History
-
-
-
-
def
dropWhile(p: (String) ⇒ Boolean): History
-
def
endsWith[B](that: GenSeq[B]): Boolean
-
-
-
-
-
def
filterNot(p: (String) ⇒ Boolean): History
-
def
finalize(): Unit
-
def
find(p: (String) ⇒ Boolean): Option[String]
-
-
def
flatten[B](implicit asTraversable: (String) ⇒ GenTraversableOnce[B]): IndexedSeq[B]
-
def
fold[A1 >: String](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, String) ⇒ B): B
-
def
foldRight[B](z: B)(op: (String, B) ⇒ B): B
-
-
def
foreach[U](f: (String) ⇒ U): Unit
-
-
final
def
getClass(): Class[_]
-
def
groupBy[K](f: (String) ⇒ K): Map[K, History]
-
-
def
hasDefiniteSize: Boolean
-
def
hashCode(): Int
-
def
head: String
-
def
headOption: Option[String]
-
def
indexOf[B >: String](elem: B, from: Int): Int
-
def
indexOf[B >: String](elem: B): Int
-
def
indexOfSlice[B >: String](that: GenSeq[B], from: Int): Int
-
def
indexOfSlice[B >: String](that: GenSeq[B]): Int
-
def
indexWhere(p: (String) ⇒ Boolean, from: Int): Int
-
def
indexWhere(p: (String) ⇒ Boolean): Int
-
def
indices: Range
-
-
-
def
intersect[B >: String](that: GenSeq[B]): History
-
def
isDefinedAt(idx: Int): Boolean
-
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTraversableAgain: Boolean
-
def
iterator: Iterator[String]
-
def
last: String
-
def
lastIndexOf[B >: String](elem: B, end: Int): Int
-
def
lastIndexOf[B >: String](elem: B): Int
-
def
lastIndexOfSlice[B >: String](that: GenSeq[B], end: Int): Int
-
def
lastIndexOfSlice[B >: String](that: GenSeq[B]): Int
-
def
lastIndexWhere(p: (String) ⇒ Boolean, end: Int): Int
-
def
lastIndexWhere(p: (String) ⇒ Boolean): Int
-
def
lastOption: Option[String]
-
def
length: Int
-
def
lengthCompare(len: Int): Int
-
def
lift: (Int) ⇒ Option[String]
-
def
map[B, That](f: (String) ⇒ B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
max[B >: String](implicit cmp: Ordering[B]): String
-
def
maxBy[B](f: (String) ⇒ B)(implicit cmp: Ordering[B]): String
-
def
min[B >: String](implicit cmp: Ordering[B]): String
-
def
minBy[B](f: (String) ⇒ B)(implicit cmp: Ordering[B]): String
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
-
def
newBuilder: Builder[String, History] { val buffer: scala.collection.mutable.Buffer[String] }
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
def
padTo[B >: String, That](len: Int, elem: B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
par: ParSeq[String]
-
def
parCombiner: Combiner[String, ParSeq[String]]
-
-
def
patch[B >: String, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[History, B, That]): That
-
-
def
prefixLength(p: (String) ⇒ Boolean): Int
-
def
product[B >: String](implicit num: Numeric[B]): B
-
def
reduce[A1 >: String](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: String](op: (B, String) ⇒ B): B
-
def
reduceLeftOption[B >: String](op: (B, String) ⇒ B): Option[B]
-
def
reduceOption[A1 >: String](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: String](op: (String, B) ⇒ B): B
-
def
reduceRightOption[B >: String](op: (String, B) ⇒ B): Option[B]
-
-
-
def
reverseIterator: Iterator[String]
-
def
reverseMap[B, That](f: (String) ⇒ B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
reversed: List[String]
-
def
runWith[U](action: (String) ⇒ U): (Int) ⇒ Boolean
-
def
sameElements[B >: String](that: GenIterable[B]): Boolean
-
def
scan[B >: String, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[History, B, That]): That
-
def
scanLeft[B, That](z: B)(op: (B, String) ⇒ B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
scanRight[B, That](z: B)(op: (String, B) ⇒ B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
segmentLength(p: (String) ⇒ Boolean, from: Int): Int
-
-
def
size: Int
-
def
slice(from: Int, until: Int): History
-
-
-
def
sortBy[B](f: (String) ⇒ B)(implicit ord: Ordering[B]): History
-
def
sortWith(lt: (String, String) ⇒ Boolean): History
-
def
sorted[B >: String](implicit ord: Ordering[B]): History
-
-
-
def
startsWith[B](that: GenSeq[B], offset: Int): Boolean
-
def
startsWith[B](that: GenSeq[B]): Boolean
-
def
stringPrefix: String
-
def
sum[B >: String](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
-
-
-
def
takeWhile(p: (String) ⇒ Boolean): History
-
def
thisCollection: IndexedSeq[String]
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, String, Col[String]]): Col[String]
-
def
toArray[B >: String](implicit arg0: ClassTag[B]): Array[B]
-
def
toBuffer[A1 >: String]: Buffer[A1]
-
-
def
toIndexedSeq: IndexedSeq[String]
-
def
toIterable: Iterable[String]
-
def
toIterator: Iterator[String]
-
def
toList: List[String]
-
def
toMap[T, U](implicit ev: <:<[String, (T, U)]): Map[T, U]
-
def
toSeq: Seq[String]
-
def
toSet[B >: String]: Set[B]
-
def
toStream: Stream[String]
-
def
toString(): String
-
def
toTraversable: Traversable[String]
-
def
toVector: Vector[String]
-
-
def
union[B >: String, That](that: GenSeq[B])(implicit bf: CanBuildFrom[History, B, That]): That
-
def
unzip[A1, A2](implicit asPair: (String) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
-
def
unzip3[A1, A2, A3](implicit asTriple: (String) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
-
def
updated[B >: String, That](index: Int, elem: B)(implicit bf: CanBuildFrom[History, B, That]): That
-
def
view(from: Int, until: Int): SeqView[String, History]
-
def
view: SeqView[String, History]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
def
zip[A1 >: String, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[History, (A1, B), That]): That
-
def
zipAll[B, A1 >: String, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[History, (A1, B), That]): That
-
def
zipWithIndex[A1 >: String, That](implicit bf: CanBuildFrom[History, (A1, Int), That]): That
Deprecated Value Members
-
def
/:\[A1 >: String](z: A1)(op: (A1, A1) ⇒ A1): A1
Inherited from Seq[String]
Inherited from (Int) ⇒ String