Type Members
-
type
Self
= Seq[Any]
Abstract Value Members
-
def
apply
(key: String): AnyRef
-
val
obj
: BasicDBList
-
def
update
(key: String, v: Any): Unit
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
++
[B >: Any, That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
++
[B >: Any, That]
(that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
++:
[B >: Any, That]
(that: Traversable[B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
++:
[B >: Any, That]
(that: TraversableOnce[B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
+:
[B >: Any, That]
(elem: B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
/
(name: String): DBValue
-
def
/:
[B]
(z: B)(op: (B, Any) ⇒ B): B
-
def
/:\
[A1 >: Any]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
:+
[B >: Any, That]
(elem: B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
:\
[B]
(z: B)(op: (Any, B) ⇒ B): B
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
a
(idx: Int): BasicDBList
-
def
a
(key: String): BasicDBList
-
def
a_?
(key: String): BasicDBList
-
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, Any) ⇒ B, combop: (B, B) ⇒ B): B
-
def
andThen
[C]
(k: (Any) ⇒ C): PartialFunction[Int, C]
-
def
apply
(idx: Int): AnyRef
-
def
asInstanceOf
[T0]
: T0
-
def
b
(idx: Int): Boolean
-
def
b
(key: String): Boolean
-
def
canEqual
(that: Any): Boolean
-
def
clone
(): AnyRef
-
def
collect
[B, That]
(pf: PartialFunction[Any, B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
collectFirst
[B]
(pf: PartialFunction[Any, B]): Option[B]
-
def
combinations
(n: Int): Iterator[Seq[Any]]
-
def
companion
: GenericCompanion[Seq]
-
def
compose
[A]
(g: (A) ⇒ Int): (A) ⇒ Any
-
def
contains
(elem: Any): Boolean
-
def
containsField
(s: String): Boolean
-
def
containsSlice
[B]
(that: Seq[B]): Boolean
-
def
containsSlice
[B]
(that: GenSeq[B]): Boolean
-
def
copyToArray
[B >: Any]
(xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray
[B >: Any]
(xs: Array[B]): Unit
-
def
copyToArray
[B >: Any]
(xs: Array[B], start: Int): Unit
-
def
copyToBuffer
[B >: Any]
(dest: Buffer[B]): Unit
-
def
corresponds
[B]
(that: Seq[B])(p: (Any, B) ⇒ Boolean): Boolean
-
def
corresponds
[B]
(that: GenSeq[B])(p: (Any, B) ⇒ Boolean): Boolean
-
def
count
(p: (Any) ⇒ Boolean): Int
-
def
d
(idx: Int): Double
-
def
d
(key: String): Double
-
-
def
diff
[B >: Any]
(that: Seq[B]): Seq[Any]
-
def
diff
[B >: Any]
(that: GenSeq[B]): Seq[Any]
-
def
distinct
: Seq[Any]
-
def
drop
(n: Int): Seq[Any]
-
def
dropRight
(n: Int): Seq[Any]
-
def
dropWhile
(p: (Any) ⇒ Boolean): Seq[Any]
-
def
endsWith
[B]
(that: Seq[B]): Boolean
-
def
endsWith
[B]
(that: GenSeq[B]): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
exists
(p: (Any) ⇒ Boolean): Boolean
-
def
filter
(p: (Any) ⇒ Boolean): Seq[Any]
-
def
filterNot
(p: (Any) ⇒ Boolean): Seq[Any]
-
def
finalize
(): Unit
-
def
find
(p: (Any) ⇒ Boolean): Option[Any]
-
def
flatMap
[B, That]
(f: (Any) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
flatten
[B]
(implicit asTraversable: (Any) ⇒ TraversableOnce[B]): Traversable[B]
-
def
fold
[A1 >: Any]
(z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft
[B]
(z: B)(op: (B, Any) ⇒ B): B
-
def
foldRight
[B]
(z: B)(op: (Any, B) ⇒ B): B
-
def
forall
(p: (Any) ⇒ Boolean): Boolean
-
def
foreach
[U]
(f: (Any) ⇒ U): Unit
-
def
genericBuilder
[B]
: Builder[B, Seq[B]]
-
def
get
(key: String): AnyRef
-
def
getClass
(): java.lang.Class[_]
-
def
groupBy
[K]
(f: (Any) ⇒ K): Map[K, Seq[Any]]
-
def
grouped
(size: Int): Iterator[Seq[Any]]
-
def
has
(key: String): Boolean
-
def
hasDefiniteSize
: Boolean
-
def
hashCode
(): Int
-
def
head
: Any
-
def
headOption
: Option[Any]
-
def
i
(idx: Int): Int
-
def
i
(key: String): Int
-
def
id
: AnyRef
-
def
indexOf
[B >: Any]
(elem: B, from: Int): Int
-
def
indexOf
[B >: Any]
(elem: B): Int
-
def
indexOfSlice
[B >: Any]
(that: Seq[B], from: Int): Int
-
def
indexOfSlice
[B >: Any]
(that: GenSeq[B], from: Int): Int
-
def
indexOfSlice
[B >: Any]
(that: Seq[B]): Int
-
def
indexOfSlice
[B >: Any]
(that: GenSeq[B]): Int
-
def
indexWhere
(p: (Any) ⇒ Boolean, from: Int): Int
-
def
indexWhere
(p: (Any) ⇒ Boolean): Int
-
def
indices
: Range
-
def
init
: Seq[Any]
-
def
inits
: Iterator[Seq[Any]]
-
def
int
: Nothing
-
def
intersect
[B >: Any]
(that: Seq[B]): Seq[Any]
-
def
intersect
[B >: Any]
(that: GenSeq[B]): Seq[Any]
-
def
isDefinedAt
(idx: Int): Boolean
-
def
isEmpty
: Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
isNew
: Boolean
-
def
isPartialObject
(): Boolean
-
def
isTraversableAgain
: Boolean
-
def
iterator
: Iterator[AnyRef]
-
def
keySet
(): Set[String]
-
def
l
(idx: Int): Long
-
def
l
(key: String): Long
-
def
last
: Any
-
def
lastIndexOf
[B >: Any]
(elem: B, end: Int): Int
-
def
lastIndexOf
[B >: Any]
(elem: B): Int
-
def
lastIndexOfSlice
[B >: Any]
(that: Seq[B], end: Int): Int
-
def
lastIndexOfSlice
[B >: Any]
(that: GenSeq[B], end: Int): Int
-
def
lastIndexOfSlice
[B >: Any]
(that: Seq[B]): Int
-
def
lastIndexOfSlice
[B >: Any]
(that: GenSeq[B]): Int
-
def
lastIndexWhere
(p: (Any) ⇒ Boolean, end: Int): Int
-
def
lastIndexWhere
(p: (Any) ⇒ Boolean): Int
-
def
lastOption
: Option[Any]
-
def
length
: Int
-
def
lengthCompare
(len: Int): Int
-
def
lift
: (Int) ⇒ Option[Any]
-
def
map
[B, That]
(f: (Any) ⇒ B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
markAsPartialObject
(): Unit
-
def
max
[B >: Any]
(implicit cmp: Ordering[B]): Any
-
def
maxBy
[B]
(f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any
-
def
min
[B >: Any]
(implicit cmp: Ordering[B]): Any
-
def
minBy
[B]
(f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any
-
def
mkString
: String
-
def
mkString
(sep: String): String
-
def
mkString
(start: String, sep: String, end: String): String
-
def
ne
(arg0: AnyRef): Boolean
-
def
newBuilder
: Builder[Any, Seq[Any]]
-
def
nonEmpty
: Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
-
-
def
oid
(idx: Int): ObjectId
-
def
oid
(key: String): ObjectId
-
def
opta
(key: String): Option[BasicDBList]
-
def
optb
(key: String): Option[Boolean]
-
def
optd
(key: String): Option[Double]
-
def
opti
(key: String): Option[Int]
-
def
optl
(key: String): Option[Long]
-
def
opto
(key: String): Option[DBObject]
-
def
opts
(key: String): Option[String]
-
def
optt
(key: String): Option[Date]
-
def
orElse
[A1 <: Int, B1 >: Any]
(that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
padTo
[B >: Any, That]
(len: Int, elem: B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
par
: ParSeq[Any]
-
def
parCombiner
: Combiner[Any, ParSeq[Any]]
-
def
partition
(p: (Any) ⇒ Boolean): (Seq[Any], Seq[Any])
-
def
patch
[B >: Any, That]
(from: Int, patch: Seq[B], replaced: Int)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
patch
[B >: Any, That]
(from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
permutations
: Iterator[Seq[Any]]
-
def
prefixLength
(p: (Any) ⇒ Boolean): Int
-
def
product
[B >: Any]
(implicit num: Numeric[B]): B
-
def
put
(key: String, v: AnyRef): AnyRef
-
def
putAll
(m: java.util.Map[_, _]): Unit
-
def
putAll
(o: BSONObject): Unit
-
def
reduce
[A1 >: Any]
(op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft
[B >: Any]
(op: (B, Any) ⇒ B): B
-
def
reduceLeftOption
[B >: Any]
(op: (B, Any) ⇒ B): Option[B]
-
def
reduceOption
[A1 >: Any]
(op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight
[B >: Any]
(op: (Any, B) ⇒ B): B
-
def
reduceRightOption
[B >: Any]
(op: (Any, B) ⇒ B): Option[B]
-
def
remove
(key: String): AnyRef
-
def
removeField
(key: String): AnyRef
-
def
rename
(from: String, to: String): AnyRef
-
def
repr
: Seq[Any]
-
def
reverse
: Seq[Any]
-
def
reverseIterator
: Iterator[Any]
-
def
reverseMap
[B, That]
(f: (Any) ⇒ B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
reversed
: List[Any]
-
def
s
(idx: Int): String
-
def
s
(key: String): String
-
def
sameElements
[B >: Any]
(that: Iterable[B]): Boolean
-
def
sameElements
[B >: Any]
(that: GenIterable[B]): Boolean
-
def
scan
[B >: Any, That]
(z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Seq[Any], B, That]): That
-
def
scanLeft
[B, That]
(z: B)(op: (B, Any) ⇒ B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
scanRight
[B, That]
(z: B)(op: (Any, B) ⇒ B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
segmentLength
(p: (Any) ⇒ Boolean, from: Int): Int
-
def
seq
: Seq[Any]
-
def
size
: Int
-
def
slice
(from: Int, until: Int): Seq[Any]
-
def
sliding
[B >: Any]
(size: Int, step: Int): Iterator[Seq[Any]]
-
def
sliding
[B >: Any]
(size: Int): Iterator[Seq[Any]]
-
def
sortBy
[B]
(f: (Any) ⇒ B)(implicit ord: Ordering[B]): Seq[Any]
-
def
sortWith
(lt: (Any, Any) ⇒ Boolean): Seq[Any]
-
def
sorted
[B >: Any]
(implicit ord: Ordering[B]): Seq[Any]
-
def
span
(p: (Any) ⇒ Boolean): (Seq[Any], Seq[Any])
-
def
splitAt
(n: Int): (Seq[Any], Seq[Any])
-
def
startsWith
[B]
(that: Seq[B], offset: Int): Boolean
-
def
startsWith
[B]
(that: GenSeq[B], offset: Int): Boolean
-
def
startsWith
[B]
(that: Seq[B]): Boolean
-
def
startsWith
[B]
(that: GenSeq[B]): Boolean
-
def
string
: String
-
def
stringPrefix
: String
-
def
sum
[B >: Any]
(implicit num: Numeric[B]): B
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
t
(idx: Int): Date
-
def
t
(key: String): Date
-
def
tail
: Seq[Any]
-
def
tails
: Iterator[Seq[Any]]
-
def
take
(n: Int): Seq[Any]
-
def
takeRight
(n: Int): Seq[Any]
-
def
takeWhile
(p: (Any) ⇒ Boolean): Seq[Any]
-
def
thisCollection
: Seq[Any]
-
def
toArray
[B >: Any]
(implicit arg0: ClassManifest[B]): Array[B]
-
def
toBuffer
[B >: Any]
: Buffer[B]
-
def
toCollection
(repr: Seq[Any]): Seq[Any]
-
def
toIndexedSeq
[B >: Any]
: IndexedSeq[B]
-
def
toIterable
: Iterable[Any]
-
def
toIterator
: Iterator[Any]
-
def
toList
: List[Any]
-
def
toMap
[T, U]
(implicit ev: <:<[Any, (T, U)]): Map[T, U]
-
def
toMap
(): java.util.Map[_, _]
-
def
toSeq
: Seq[Any]
-
def
toSet
[B >: Any]
: Set[B]
-
def
toStream
: Stream[Any]
-
def
toString
(): String
-
def
toTraversable
: Traversable[Any]
-
def
transpose
[B]
(implicit asTraversable: (Any) ⇒ TraversableOnce[B]): Traversable[Traversable[B]]
-
def
union
[B >: Any, That]
(that: GenSeq[B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
union
[B >: Any, That]
(that: Seq[B])(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
unzip
[A1, A2]
(implicit asPair: (Any) ⇒ (A1, A2)): (Seq[A1], Seq[A2])
-
def
unzip3
[A1, A2, A3]
(implicit asTriple: (Any) ⇒ (A1, A2, A3)): (Seq[A1], Seq[A2], Seq[A3])
-
def
update
(idx: Int, v: Any): Unit
-
def
updated
[B >: Any, That]
(index: Int, elem: B)(implicit bf: CanBuildFrom[Seq[Any], B, That]): That
-
def
view
(from: Int, until: Int): SeqView[Any, Seq[Any]]
-
def
view
: SeqView[Any, Seq[Any]]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withFilter
(p: (Any) ⇒ Boolean): FilterMonadic[Any, Seq[Any]]
-
def
zip
[A1 >: Any, B, That]
(that: Iterable[B])(implicit bf: CanBuildFrom[Seq[Any], (A1, B), That]): That
-
def
zip
[A1 >: Any, B, That]
(that: GenIterable[B])(implicit bf: CanBuildFrom[Seq[Any], (A1, B), That]): That
-
def
zipAll
[B, A1 >: Any, That]
(that: Iterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Seq[Any], (A1, B), That]): That
-
def
zipAll
[B, A1 >: Any, That]
(that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Seq[Any], (A1, B), That]): That
-
def
zipWithIndex
[A1 >: Any, That]
(implicit bf: CanBuildFrom[Seq[Any], (A1, Int), That]): That
Deprecated Value Members
-
def
containsKey
(s: String): Boolean
-
def
elements
: Iterator[Any]
-
def
equalsWith
[B]
(that: Seq[B])(f: (Any, B) ⇒ Boolean): Boolean
-
def
findIndexOf
(p: (Any) ⇒ Boolean): Int
-
def
findLastIndexOf
(p: (Any) ⇒ Boolean): Int
-
def
first
: Any
-
def
firstOption
: Option[Any]
-
def
projection
: SeqView[Any, Seq[Any]]
-
def
reversedElements
: Iterator[Any]
Inherited from Seq[Any]
Inherited from SeqLike[Any, Seq[Any]]
Inherited from GenSeq[Any]
Inherited from GenSeqLike[Any, Seq[Any]]
Inherited from Iterable[Any]
Inherited from IterableLike[Any, Seq[Any]]
Inherited from Equals
Inherited from GenIterable[Any]
Inherited from GenIterableLike[Any, Seq[Any]]
Inherited from Traversable[Any]
Inherited from GenTraversable[Any]
Inherited from GenericTraversableTemplate[Any, Seq]
Inherited from TraversableLike[Any, Seq[Any]]
Inherited from GenTraversableLike[Any, Seq[Any]]
Inherited from Parallelizable[Any, ParSeq[Any]]
Inherited from TraversableOnce[Any]
Inherited from GenTraversableOnce[Any]
Inherited from FilterMonadic[Any, Seq[Any]]
Inherited from HasNewBuilder[Any, Seq[Any]]
Inherited from PartialFunction[Int, Any]
Inherited from (Int) ⇒ Any
Inherited from DBObject
Inherited from BSONObject
Inherited from AnyRef
Inherited from Any