final
class
SnapshotSeq extends IndexedSeq[Snapshot]
Instance Constructors
-
new
SnapshotSeq(underlying: IndexedSeq[Snapshot])
Type Members
-
class
Elements extends AbstractIterator[A] with BufferedIterator[A] with Serializable
-
type
Self = IndexedSeq[Snapshot]
-
class
WithFilter extends FilterMonadic[A, Repr]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
def
++[B >: Snapshot, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
++:[B >: Snapshot, That](that: Traversable[B])(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
++:[B >: Snapshot, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
+:[B >: Snapshot, That](elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
-
def
/:[B](z: B)(op: (B, Snapshot) ⇒ B): B
-
def
:+[B >: Snapshot, That](elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
:\[B](z: B)(op: (Snapshot, 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, Snapshot) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen[C](k: (Snapshot) ⇒ C): PartialFunction[Int, C]
-
def
apply(idx: Int): Snapshot
-
def
applyOrElse[A1 <: Int, B1 >: Snapshot](x: A1, default: (A1) ⇒ B1): B1
-
final
def
asInstanceOf[T0]: T0
-
def
canEqual(that: Any): Boolean
-
def
clone(): AnyRef
-
def
collect[B, That](pf: PartialFunction[Snapshot, B])(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
collectFirst[B](pf: PartialFunction[Snapshot, B]): Option[B]
-
def
combinations(n: Int): Iterator[IndexedSeq[Snapshot]]
-
def
companion: GenericCompanion[IndexedSeq]
-
def
compose[A](g: (A) ⇒ Int): (A) ⇒ Snapshot
-
def
contains[A1 >: Snapshot](elem: A1): Boolean
-
def
containsSlice[B](that: GenSeq[B]): Boolean
-
def
copyToArray[B >: Snapshot](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: Snapshot](xs: Array[B]): Unit
-
def
copyToArray[B >: Snapshot](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: Snapshot](dest: Buffer[B]): Unit
-
def
corresponds[B](that: GenSeq[B])(p: (Snapshot, B) ⇒ Boolean): Boolean
-
def
count(p: (Snapshot) ⇒ Boolean): Int
-
def
diff[B >: Snapshot](that: GenSeq[B]): IndexedSeq[Snapshot]
-
def
distinct: IndexedSeq[Snapshot]
-
def
drop(n: Int): IndexedSeq[Snapshot]
-
def
dropRight(n: Int): IndexedSeq[Snapshot]
-
def
dropWhile(p: (Snapshot) ⇒ Boolean): IndexedSeq[Snapshot]
-
def
endsWith[B](that: GenSeq[B]): Boolean
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
exists(p: (Snapshot) ⇒ Boolean): Boolean
-
def
filter(p: (Snapshot) ⇒ Boolean): IndexedSeq[Snapshot]
-
def
filterNot(p: (Snapshot) ⇒ Boolean): IndexedSeq[Snapshot]
-
def
finalize(): Unit
-
def
find(p: (Snapshot) ⇒ Boolean): Option[Snapshot]
-
def
flatMap[B, That](f: (Snapshot) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
flatten[B](implicit asTraversable: (Snapshot) ⇒ GenTraversableOnce[B]): IndexedSeq[B]
-
def
fold[A1 >: Snapshot](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, Snapshot) ⇒ B): B
-
def
foldRight[B](z: B)(op: (Snapshot, B) ⇒ B): B
-
def
forall(p: (Snapshot) ⇒ Boolean): Boolean
-
def
foreach[U](f: (Snapshot) ⇒ U): Unit
-
def
genericBuilder[B]: Builder[B, IndexedSeq[B]]
-
final
def
getClass(): Class[_]
-
def
groupBy[K](f: (Snapshot) ⇒ K): Map[K, IndexedSeq[Snapshot]]
-
def
grouped(size: Int): Iterator[IndexedSeq[Snapshot]]
-
def
hasDefiniteSize: Boolean
-
def
hashCode(): Int
-
-
def
headOption: Option[Snapshot]
-
def
indexOf[B >: Snapshot](elem: B, from: Int): Int
-
def
indexOf[B >: Snapshot](elem: B): Int
-
def
indexOfSlice[B >: Snapshot](that: GenSeq[B], from: Int): Int
-
def
indexOfSlice[B >: Snapshot](that: GenSeq[B]): Int
-
def
indexWhere(p: (Snapshot) ⇒ Boolean, from: Int): Int
-
def
indexWhere(p: (Snapshot) ⇒ Boolean): Int
-
def
indices: Range
-
def
init: IndexedSeq[Snapshot]
-
def
inits: Iterator[IndexedSeq[Snapshot]]
-
def
intersect[B >: Snapshot](that: GenSeq[B]): IndexedSeq[Snapshot]
-
def
isDefinedAt(idx: Int): Boolean
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
isTraversableAgain: Boolean
-
def
iterator: Iterator[Snapshot]
-
-
def
lastIndexOf[B >: Snapshot](elem: B, end: Int): Int
-
def
lastIndexOf[B >: Snapshot](elem: B): Int
-
def
lastIndexOfSlice[B >: Snapshot](that: GenSeq[B], end: Int): Int
-
def
lastIndexOfSlice[B >: Snapshot](that: GenSeq[B]): Int
-
def
lastIndexWhere(p: (Snapshot) ⇒ Boolean, end: Int): Int
-
def
lastIndexWhere(p: (Snapshot) ⇒ Boolean): Int
-
def
lastOption: Option[Snapshot]
-
def
length: Int
-
def
lengthCompare(len: Int): Int
-
def
lift: (Int) ⇒ Option[Snapshot]
-
def
lines: String
-
def
map[B, That](f: (Snapshot) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
max[B >: Snapshot](implicit cmp: Ordering[B]): Snapshot
-
def
maxBy[B](f: (Snapshot) ⇒ B)(implicit cmp: Ordering[B]): Snapshot
-
def
min[B >: Snapshot](implicit cmp: Ordering[B]): Snapshot
-
def
minBy[B](f: (Snapshot) ⇒ B)(implicit cmp: Ordering[B]): Snapshot
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
def
newBuilder: Builder[Snapshot, IndexedSeq[Snapshot]]
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orElse[A1 <: Int, B1 >: Snapshot](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
padTo[B >: Snapshot, That](len: Int, elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
par: ParSeq[Snapshot]
-
def
parCombiner: Combiner[Snapshot, ParSeq[Snapshot]]
-
def
partition(p: (Snapshot) ⇒ Boolean): (IndexedSeq[Snapshot], IndexedSeq[Snapshot])
-
def
patch[B >: Snapshot, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
permutations: Iterator[IndexedSeq[Snapshot]]
-
def
prefixLength(p: (Snapshot) ⇒ Boolean): Int
-
def
product[B >: Snapshot](implicit num: Numeric[B]): B
-
def
reduce[A1 >: Snapshot](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: Snapshot](op: (B, Snapshot) ⇒ B): B
-
def
reduceLeftOption[B >: Snapshot](op: (B, Snapshot) ⇒ B): Option[B]
-
def
reduceOption[A1 >: Snapshot](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: Snapshot](op: (Snapshot, B) ⇒ B): B
-
def
reduceRightOption[B >: Snapshot](op: (Snapshot, B) ⇒ B): Option[B]
-
def
repr: IndexedSeq[Snapshot]
-
def
reverse: IndexedSeq[Snapshot]
-
def
reverseIterator: Iterator[Snapshot]
-
def
reverseMap[B, That](f: (Snapshot) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
reversed: List[Snapshot]
-
def
runWith[U](action: (Snapshot) ⇒ U): (Int) ⇒ Boolean
-
def
sameElements[B >: Snapshot](that: GenIterable[B]): Boolean
-
def
scan[B >: Snapshot, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
scanLeft[B, That](z: B)(op: (B, Snapshot) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
scanRight[B, That](z: B)(op: (Snapshot, B) ⇒ B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
segmentLength(p: (Snapshot) ⇒ Boolean, from: Int): Int
-
def
seq: IndexedSeq[Snapshot]
-
def
size: Int
-
def
slice(from: Int, until: Int): IndexedSeq[Snapshot]
-
def
sliding(size: Int, step: Int): Iterator[IndexedSeq[Snapshot]]
-
def
sliding(size: Int): Iterator[IndexedSeq[Snapshot]]
-
def
sortBy[B](f: (Snapshot) ⇒ B)(implicit ord: Ordering[B]): IndexedSeq[Snapshot]
-
-
def
sorted[B >: Snapshot](implicit ord: Ordering[B]): IndexedSeq[Snapshot]
-
def
span(p: (Snapshot) ⇒ Boolean): (IndexedSeq[Snapshot], IndexedSeq[Snapshot])
-
def
splitAt(n: Int): (IndexedSeq[Snapshot], IndexedSeq[Snapshot])
-
def
startsWith[B](that: GenSeq[B], offset: Int): Boolean
-
def
startsWith[B](that: GenSeq[B]): Boolean
-
def
stringPrefix: String
-
def
sum[B >: Snapshot](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
tail: IndexedSeq[Snapshot]
-
def
tails: Iterator[IndexedSeq[Snapshot]]
-
def
take(n: Int): IndexedSeq[Snapshot]
-
def
takeRight(n: Int): IndexedSeq[Snapshot]
-
def
takeWhile(p: (Snapshot) ⇒ Boolean): IndexedSeq[Snapshot]
-
def
thisCollection: IndexedSeq[Snapshot]
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Snapshot, Col[Snapshot]]): Col[Snapshot]
-
def
toArray[B >: Snapshot](implicit arg0: ClassTag[B]): Array[B]
-
def
toBuffer[A1 >: Snapshot]: Buffer[A1]
-
def
toCollection(repr: IndexedSeq[Snapshot]): IndexedSeq[Snapshot]
-
def
toIndexedSeq: IndexedSeq[Snapshot]
-
def
toIterable: Iterable[Snapshot]
-
def
toIterator: Iterator[Snapshot]
-
def
toList: List[Snapshot]
-
def
toMap[T, U](implicit ev: <:<[Snapshot, (T, U)]): Map[T, U]
-
-
def
toSet[B >: Snapshot]: Set[B]
-
def
toStream: Stream[Snapshot]
-
def
toString(): String
-
def
toTraversable: Traversable[Snapshot]
-
def
toVector: Vector[Snapshot]
-
def
transpose[B](implicit asTraversable: (Snapshot) ⇒ GenTraversableOnce[B]): IndexedSeq[IndexedSeq[B]]
-
def
union[B >: Snapshot, That](that: GenSeq[B])(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
unzip[A1, A2](implicit asPair: (Snapshot) ⇒ (A1, A2)): (IndexedSeq[A1], IndexedSeq[A2])
-
def
unzip3[A1, A2, A3](implicit asTriple: (Snapshot) ⇒ (A1, A2, A3)): (IndexedSeq[A1], IndexedSeq[A2], IndexedSeq[A3])
-
def
updated[B >: Snapshot, That](index: Int, elem: B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], B, That]): That
-
def
view(from: Int, until: Int): SeqView[Snapshot, IndexedSeq[Snapshot]]
-
def
view: SeqView[Snapshot, IndexedSeq[Snapshot]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (Snapshot) ⇒ Boolean): FilterMonadic[Snapshot, IndexedSeq[Snapshot]]
-
def
zip[A1 >: Snapshot, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], (A1, B), That]): That
-
def
zipAll[B, A1 >: Snapshot, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[IndexedSeq[Snapshot], (A1, B), That]): That
-
def
zipWithIndex[A1 >: Snapshot, That](implicit bf: CanBuildFrom[IndexedSeq[Snapshot], (A1, Int), That]): That
Inherited from PartialFunction[Int, Snapshot]
Inherited from Equals
Inherited from Immutable
Inherited from GenericTraversableTemplate[Snapshot, IndexedSeq]
Inherited from TraversableOnce[Snapshot]
Inherited from GenTraversableOnce[Snapshot]
Inherited from HasNewBuilder[Snapshot, scala.collection.immutable.IndexedSeq[org.scalactic.Snapshot] @scala.annotation.unchecked.uncheckedVariance]
Inherited from AnyRef
Inherited from Any
An
IndexedSeq[Snapshot]
providingtoString
andlines
methods that can be useful for debug and log messages about program state.See the main documentation for trait
Snapshots
for more information and examples.