Class

com.mongodb.casbah.gridfs

GridFSFile

Related Doc: package gridfs

Permalink

class GridFSFile extends GenericGridFSFile with ConvertToDate

Annotations
@BeanInfo()
Linear Supertypes
ConvertToDate, GenericGridFSFile, MongoDBObject, Castable, Logging, Map[String, AnyRef], MapLike[String, AnyRef, MongoDBObject], Cloneable[MongoDBObject], Cloneable, Cloneable, Shrinkable[String], Builder[(String, AnyRef), MongoDBObject], Growable[(String, AnyRef)], Clearable, Map[String, AnyRef], MapLike[String, AnyRef, MongoDBObject], Subtractable[String, MongoDBObject], PartialFunction[String, AnyRef], (String) ⇒ AnyRef, GenMap[String, AnyRef], GenMapLike[String, AnyRef, MongoDBObject], Iterable[(String, AnyRef)], Iterable[(String, AnyRef)], IterableLike[(String, AnyRef), MongoDBObject], Equals, GenIterable[(String, AnyRef)], GenIterableLike[(String, AnyRef), MongoDBObject], Traversable[(String, AnyRef)], Mutable, Traversable[(String, AnyRef)], GenTraversable[(String, AnyRef)], GenericTraversableTemplate[(String, AnyRef), Iterable], TraversableLike[(String, AnyRef), MongoDBObject], GenTraversableLike[(String, AnyRef), MongoDBObject], Parallelizable[(String, AnyRef), ParMap[String, AnyRef]], TraversableOnce[(String, AnyRef)], GenTraversableOnce[(String, AnyRef)], FilterMonadic[(String, AnyRef), MongoDBObject], HasNewBuilder[(String, AnyRef), MongoDBObject], AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GridFSFile
  2. ConvertToDate
  3. GenericGridFSFile
  4. MongoDBObject
  5. Castable
  6. Logging
  7. Map
  8. MapLike
  9. Cloneable
  10. Cloneable
  11. Cloneable
  12. Shrinkable
  13. Builder
  14. Growable
  15. Clearable
  16. Map
  17. MapLike
  18. Subtractable
  19. PartialFunction
  20. Function1
  21. GenMap
  22. GenMapLike
  23. Iterable
  24. Iterable
  25. IterableLike
  26. Equals
  27. GenIterable
  28. GenIterableLike
  29. Traversable
  30. Mutable
  31. Traversable
  32. GenTraversable
  33. GenericTraversableTemplate
  34. TraversableLike
  35. GenTraversableLike
  36. Parallelizable
  37. TraversableOnce
  38. GenTraversableOnce
  39. FilterMonadic
  40. HasNewBuilder
  41. AnyRef
  42. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GridFSFile(_underlying: gridfs.GridFSFile)

    Permalink

Type Members

  1. type DateType = Date

    Permalink
    Definition Classes
    ConvertToDate
  2. class DefaultKeySet extends AbstractSet[A] with Set[A] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  3. class DefaultValuesIterable extends AbstractIterable[B] with Iterable[B] with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  4. class FilteredKeys extends AbstractMap[A, B] with DefaultMap[A, B]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  5. class MappedValues[C] extends AbstractMap[A, C] with DefaultMap[A, C]

    Permalink
    Attributes
    protected
    Definition Classes
    MapLike
  6. type Self = MongoDBObject

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  7. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +[B1 >: AnyRef](elem1: (String, B1), elem2: (String, B1), elems: (String, B1)*): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  4. def +[B1 >: AnyRef](kv: (String, B1)): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) + creates a new map. Use += to add an element to this map and return that map itself.

  5. def ++[A](other: A)(implicit arg0: (A) ⇒ commons.Imports.DBObject): commons.Imports.DBObject

    Permalink
    Definition Classes
    MongoDBObject
  6. def ++(pairs: (String, Any)*): commons.Imports.DBObject

    Permalink
    Definition Classes
    MongoDBObject
  7. def ++[B1 >: AnyRef](xs: GenTraversableOnce[(String, B1)]): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) ++ creates a new map. Use ++= to add an element to this map and return that map itself.

  8. def ++[B >: (String, AnyRef), That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  9. def ++:[B >: (String, AnyRef), That](that: Traversable[B])(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  10. def ++:[B >: (String, AnyRef), That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  11. def ++=(xs: TraversableOnce[(String, AnyRef)]): GridFSFile.this.type

    Permalink
    Definition Classes
    Growable
  12. def +=(kv: (String, AnyRef)): GridFSFile.this.type

    Permalink
    Definition Classes
    MongoDBObject → MapLike → Builder → Growable
  13. def +=(elem1: (String, AnyRef), elem2: (String, AnyRef), elems: (String, AnyRef)*): GridFSFile.this.type

    Permalink
    Definition Classes
    Growable
  14. def -(elem1: String, elem2: String, elems: String*): MongoDBObject

    Permalink
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  15. def -(key: String): MongoDBObject

    Permalink
    Definition Classes
    MapLike → MapLike → Subtractable → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) - creates a new map. Use -= to remove an element from this map and return that map itself.

  16. def --(xs: GenTraversableOnce[String]): MongoDBObject

    Permalink
    Definition Classes
    MapLike → Subtractable
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) -- creates a new map. Use --= to remove an element from this map and return that map itself.

  17. def --=(xs: TraversableOnce[String]): GridFSFile.this.type

    Permalink
    Definition Classes
    Shrinkable
  18. def -=(key: String): GridFSFile.this.type

    Permalink
    Definition Classes
    MongoDBObject → MapLike → Shrinkable
  19. def -=(elem1: String, elem2: String, elems: String*): GridFSFile.this.type

    Permalink
    Definition Classes
    Shrinkable
  20. def /:[B](z: B)(op: (B, (String, AnyRef)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  21. def ::(elem: (String, Any)): Seq[commons.Imports.DBObject]

    Permalink

    Returns a new list with this MongoDBObject at the *end* Currently only supports composing with other DBObjects, primarily for the use of the Query DSL; if you want heterogenous lists, use MongoDBList directly.

    Returns a new list with this MongoDBObject at the *end* Currently only supports composing with other DBObjects, primarily for the use of the Query DSL; if you want heterogenous lists, use MongoDBList directly.

    Definition Classes
    MongoDBObject
    See also

    MongoDBList

  22. def ::[A](elem: A)(implicit arg0: (A) ⇒ commons.Imports.DBObject): Seq[commons.Imports.DBObject]

    Permalink

    Returns a new list with this MongoDBObject at the *end* Currently only supports composing with other DBObjects, primarily for the use of the Query DSL; if you want heterogenous lists, use MongoDBList directly.

    Returns a new list with this MongoDBObject at the *end* Currently only supports composing with other DBObjects, primarily for the use of the Query DSL; if you want heterogenous lists, use MongoDBList directly.

    Definition Classes
    MongoDBObject
    See also

    MongoDBList

  23. def :\[B](z: B)(op: ((String, AnyRef), B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def _id: Option[commons.Imports.ObjectId]

    Permalink
    Definition Classes
    MongoDBObject
  26. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    MapLike → TraversableOnce
  27. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  28. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  29. def aggregate[B](z: ⇒ B)(seqop: (B, (String, AnyRef)) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  30. def aliases: Buffer[String]

    Permalink
    Definition Classes
    GenericGridFSFile
  31. def andThen[C](k: (AnyRef) ⇒ C): PartialFunction[String, C]

    Permalink
    Definition Classes
    PartialFunction → Function1
  32. def apply(key: String): AnyRef

    Permalink
    Definition Classes
    MapLike → GenMapLike → Function1
  33. def applyOrElse[A1 <: String, B1 >: AnyRef](x: A1, default: (A1) ⇒ B1): B1

    Permalink
    Definition Classes
    PartialFunction
  34. def as[A](keys: String*)(implicit arg0: NotNothing[A], arg1: Manifest[A]): A

    Permalink

    Nested as[Type]

    Nested as[Type]

    A helper to recursively fetch and then finally cast items from a DBObject.

    A

    the type to cast the final key to

    keys

    (String*)

    returns

    (A)

    Definition Classes
    MongoDBObject
    Exceptions thrown

    NoSuchElementException or ClassCastException

  35. def as[A](key: String)(implicit arg0: NotNothing[A], arg1: Manifest[A]): A

    Permalink

    as

    as

    Works like apply(), unsafe, bare return of a value. Returns default if nothing matching is found, else tries to cast a value to the specified type.

    Unless you overrode it, default throws a NoSuchElementException

    A

    Any type as long as its not Nothing

    key

    (String)

    returns

    (A)

    Definition Classes
    MongoDBObject
    Exceptions thrown

    NoSuchElementException or ClassCastException

  36. def asDBObject: commons.Imports.DBObject

    Permalink
    Definition Classes
    MongoDBObject
  37. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  38. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  39. def castToOption[A](value: Any)(implicit arg0: Manifest[A]): Option[A]

    Permalink

    A utility method that allows you to cast a value to an Option[A]

    A utility method that allows you to cast a value to an Option[A]

    Some(value.asInstanceOf[T]) would only cause a runtime ClassCastException when calling get

    This utility ensures that the types match correctly (even boxed scala types eg Int) so we can check against the type and return Some(value) if the types match.

    A

    the type to cast to check against

    value

    the value to type check against

    returns

    Option[A] - Some(value) if the type of instances match else None

    Definition Classes
    Castable
  40. def chunkSize: Long

    Permalink
    Definition Classes
    GenericGridFSFile
  41. def clear(): Unit

    Permalink
    Definition Classes
    MapLike → Builder → Growable → Clearable
  42. def clone(): MongoDBObject

    Permalink
    Definition Classes
    MapLike → Cloneable → AnyRef
  43. def collect[B, That](pf: PartialFunction[(String, AnyRef), B])(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  44. def collectFirst[B](pf: PartialFunction[(String, AnyRef), B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  45. def companion: GenericCompanion[Iterable]

    Permalink
    Definition Classes
    Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → GenericTraversableTemplate
  46. def compose[A](g: (A) ⇒ String): (A) ⇒ AnyRef

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  47. def contains(key: String): Boolean

    Permalink
    Definition Classes
    MapLike → GenMapLike
  48. def containsField(s: String): Boolean

    Permalink
    Definition Classes
    MongoDBObject
  49. def contentType: Option[String]

    Permalink
    Definition Classes
    GenericGridFSFile
  50. def convertDate(in: AnyRef): DateType

    Permalink
    Definition Classes
    ConvertToDate
  51. def copyToArray[B >: (String, AnyRef)](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  52. def copyToArray[B >: (String, AnyRef)](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  53. def copyToArray[B >: (String, AnyRef)](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  54. def copyToBuffer[B >: (String, AnyRef)](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  55. def count(p: ((String, AnyRef)) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def default(key: String): AnyRef

    Permalink
    Definition Classes
    MapLike → GenMapLike
  57. def drop(n: Int): MongoDBObject

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  58. def dropRight(n: Int): MongoDBObject

    Permalink
    Definition Classes
    IterableLike
  59. def dropWhile(p: ((String, AnyRef)) ⇒ Boolean): MongoDBObject

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  60. def empty: MongoDBObject

    Permalink
    Definition Classes
    MongoDBObject → Map → Map → MapLike
  61. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  62. def equals(that: Any): Boolean

    Permalink
    Definition Classes
    MongoDBObject → GenMapLike → Equals → AnyRef → Any
  63. def exists(p: ((String, AnyRef)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  64. def expand[A](key: String)(implicit arg0: NotNothing[A], arg1: Manifest[A]): Option[A]

    Permalink

    Utility method to emulate javascript dot notation

    Utility method to emulate javascript dot notation

    Designed to simplify the occasional insanity of working with nested objects. Your type parameter must be that of the item at the bottom of the tree you specify...

    If the cast fails it will return None

    Definition Classes
    MongoDBObject
  65. def filename: Option[String]

    Permalink
    Definition Classes
    GenericGridFSFile
  66. def filter(p: ((String, AnyRef)) ⇒ Boolean): MongoDBObject

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  67. def filterKeys(p: (String) ⇒ Boolean): Map[String, AnyRef]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  68. def filterNot(p: ((String, AnyRef)) ⇒ Boolean): MongoDBObject

    Permalink
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  69. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  70. def find(p: ((String, AnyRef)) ⇒ Boolean): Option[(String, AnyRef)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  71. def flatMap[B, That](f: ((String, AnyRef)) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  72. def flatten[B](implicit asTraversable: ((String, AnyRef)) ⇒ GenTraversableOnce[B]): Iterable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  73. def fold[A1 >: (String, AnyRef)](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. def foldLeft[B](z: B)(op: (B, (String, AnyRef)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  75. def foldRight[B](z: B)(op: ((String, AnyRef), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  76. def forall(p: ((String, AnyRef)) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  77. def foreach[U](f: ((String, AnyRef)) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  78. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  79. def get(key: String): Option[AnyRef]

    Permalink
    Definition Classes
    MongoDBObject → MapLike → GenMapLike
  80. def getAs[A](keys: String*)(implicit arg0: NotNothing[A], arg1: Manifest[A]): Option[A]

    Permalink

    Nested getAs[Type]

    Nested getAs[Type]

    A helper to recursively fetch and then finally cast items from a DBObject.

    A

    the type to cast the final value

    keys

    Strings the keys to lookup

    returns

    Option[A] - None if value is None, the cast invalid or the key is missing otherwise Some(value)

    Definition Classes
    MongoDBObject
  81. def getAs[A](key: String)(implicit arg0: NotNothing[A], arg1: Manifest[A]): Option[A]

    Permalink

    Utility method to allow typing without conflicting with Map's required get() method and causing ambiguity.

    Utility method to allow typing without conflicting with Map's required get() method and causing ambiguity.

    An invalid cast will cause the return to be None

    A

    the type to cast the result to

    key

    String the key to lookup

    returns

    Option[A] - None if value is None, the cast invalid or the key is missing otherwise Some(value)

    Definition Classes
    MongoDBObject
  82. def getAsOrElse[A](key: String, default: ⇒ A)(implicit arg0: NotNothing[A], arg1: Manifest[A]): A

    Permalink
    Definition Classes
    MongoDBObject
  83. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  84. def getOrElse[B1 >: AnyRef](key: String, default: ⇒ B1): B1

    Permalink
    Definition Classes
    MapLike → GenMapLike
  85. def getOrElseUpdate(key: String, op: ⇒ AnyRef): AnyRef

    Permalink
    Definition Classes
    MapLike
  86. def groupBy[K](f: ((String, AnyRef)) ⇒ K): Map[K, MongoDBObject]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  87. def grouped(size: Int): Iterator[MongoDBObject]

    Permalink
    Definition Classes
    IterableLike
  88. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  89. def hashCode(): Int

    Permalink
    Definition Classes
    MongoDBObject → GenMapLike → AnyRef → Any
  90. def head: (String, AnyRef)

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  91. def headOption: Option[(String, AnyRef)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  92. def id: AnyRef

    Permalink
    Definition Classes
    GenericGridFSFile
  93. def init: MongoDBObject

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  94. def inits: Iterator[MongoDBObject]

    Permalink
    Definition Classes
    TraversableLike
  95. def isDefinedAt(key: String): Boolean

    Permalink
    Definition Classes
    MapLike → GenMapLike → PartialFunction
  96. def isEmpty: Boolean

    Permalink
    Definition Classes
    MapLike → IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  97. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  98. def isPartialObject: Boolean

    Permalink
    Definition Classes
    MongoDBObject
  99. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  100. def iterator: Iterator[(String, AnyRef)]

    Permalink
    Definition Classes
    GenericGridFSFileMongoDBObject → MapLike → IterableLike → GenIterableLike
  101. def keySet: Set[String]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  102. def keys: Iterable[String]

    Permalink
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) keys returns Iterable[A] rather than Iterator[A].

  103. def keysIterator: Iterator[String]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  104. def last: (String, AnyRef)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  105. def lastOption: Option[(String, AnyRef)]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  106. def length: Long

    Permalink
    Definition Classes
    GenericGridFSFile
  107. def lift: (String) ⇒ Option[AnyRef]

    Permalink
    Definition Classes
    PartialFunction
  108. var log: Logger

    Permalink
    Attributes
    protected[com.mongodb.casbah]
    Definition Classes
    Logging
  109. def map[B, That](f: ((String, AnyRef)) ⇒ B)(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  110. def mapResult[NewTo](f: (MongoDBObject) ⇒ NewTo): Builder[(String, AnyRef), NewTo]

    Permalink
    Definition Classes
    Builder
  111. def mapValues[C](f: (AnyRef) ⇒ C): Map[String, C]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  112. def markAsPartialObject(): Unit

    Permalink
    Definition Classes
    MongoDBObject
  113. def max[B >: (String, AnyRef)](implicit cmp: Ordering[B]): (String, AnyRef)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def maxBy[B](f: ((String, AnyRef)) ⇒ B)(implicit cmp: Ordering[B]): (String, AnyRef)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  115. def md5: String

    Permalink
    Definition Classes
    GenericGridFSFile
  116. def metaData: Imports.DBObject

    Permalink
    Definition Classes
    GenericGridFSFile
  117. def metaData_=[A](meta: A)(implicit arg0: (A) ⇒ Imports.DBObject): Unit

    Permalink
    Definition Classes
    GenericGridFSFile
  118. def min[B >: (String, AnyRef)](implicit cmp: Ordering[B]): (String, AnyRef)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def minBy[B](f: ((String, AnyRef)) ⇒ B)(implicit cmp: Ordering[B]): (String, AnyRef)

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  122. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  123. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  124. def newBuilder: Builder[(String, AnyRef), MongoDBObject]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → HasNewBuilder
  125. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  127. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  128. def numChunks: Int

    Permalink
    Definition Classes
    GenericGridFSFile
  129. def orElse[A1 <: String, B1 >: AnyRef](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]

    Permalink
    Definition Classes
    PartialFunction
  130. def par: ParMap[String, AnyRef]

    Permalink
    Definition Classes
    Parallelizable
  131. def parCombiner: Combiner[(String, AnyRef), ParMap[String, AnyRef]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    MapLike → MapLike → TraversableLike → Parallelizable
  132. def partialObject: Boolean

    Permalink
    Definition Classes
    MongoDBObject
  133. def partition(p: ((String, AnyRef)) ⇒ Boolean): (MongoDBObject, MongoDBObject)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  134. def product[B >: (String, AnyRef)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  135. def put(k: String, v: AnyRef): Option[AnyRef]

    Permalink
    Definition Classes
    MongoDBObject → MapLike
  136. def putAll(o: commons.Imports.DBObject): Unit

    Permalink
    Definition Classes
    MongoDBObject
  137. def reduce[A1 >: (String, AnyRef)](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def reduceLeft[B >: (String, AnyRef)](op: (B, (String, AnyRef)) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  139. def reduceLeftOption[B >: (String, AnyRef)](op: (B, (String, AnyRef)) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. def reduceOption[A1 >: (String, AnyRef)](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def reduceRight[B >: (String, AnyRef)](op: ((String, AnyRef), B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  142. def reduceRightOption[B >: (String, AnyRef)](op: ((String, AnyRef), B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  143. def remove(key: String): Option[AnyRef]

    Permalink
    Definition Classes
    MapLike
  144. def removeField(key: String): AnyRef

    Permalink
    Definition Classes
    MongoDBObject
  145. def repr: MongoDBObject

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  146. def result(): MongoDBObject

    Permalink
    Definition Classes
    MapLike → Builder
  147. def retain(p: (String, AnyRef) ⇒ Boolean): GridFSFile.this.type

    Permalink
    Definition Classes
    MapLike
  148. def reversed: List[(String, AnyRef)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  149. def runWith[U](action: (AnyRef) ⇒ U): (String) ⇒ Boolean

    Permalink
    Definition Classes
    PartialFunction
  150. def sameElements[B >: (String, AnyRef)](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  151. def save(): Unit

    Permalink
    Definition Classes
    GenericGridFSFile
  152. def scan[B >: (String, AnyRef), That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  153. def scanLeft[B, That](z: B)(op: (B, (String, AnyRef)) ⇒ B)(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  154. def scanRight[B, That](z: B)(op: ((String, AnyRef), B) ⇒ B)(implicit bf: CanBuildFrom[MongoDBObject, B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  155. def seq: Map[String, AnyRef]

    Permalink
    Definition Classes
    Map → Map → GenMap → GenMapLike → Iterable → Iterable → GenIterable → Traversable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  156. def size: Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  157. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Permalink
    Definition Classes
    Builder
  158. def sizeHint(coll: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  159. def sizeHint(size: Int): Unit

    Permalink
    Definition Classes
    Builder
  160. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  161. def slice(from: Int, until: Int): MongoDBObject

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  162. def sliding(size: Int, step: Int): Iterator[MongoDBObject]

    Permalink
    Definition Classes
    IterableLike
  163. def sliding(size: Int): Iterator[MongoDBObject]

    Permalink
    Definition Classes
    IterableLike
  164. def span(p: ((String, AnyRef)) ⇒ Boolean): (MongoDBObject, MongoDBObject)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  165. def splitAt(n: Int): (MongoDBObject, MongoDBObject)

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  166. def stringPrefix: String

    Permalink
    Definition Classes
    MapLike → TraversableLike → GenTraversableLike
  167. def sum[B >: (String, AnyRef)](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  168. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  169. def tail: MongoDBObject

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  170. def tails: Iterator[MongoDBObject]

    Permalink
    Definition Classes
    TraversableLike
  171. def take(n: Int): MongoDBObject

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  172. def takeRight(n: Int): MongoDBObject

    Permalink
    Definition Classes
    IterableLike
  173. def takeWhile(p: ((String, AnyRef)) ⇒ Boolean): MongoDBObject

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  174. def thisCollection: Iterable[(String, AnyRef)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  175. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, (String, AnyRef), Col[(String, AnyRef)]]): Col[(String, AnyRef)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  176. def toArray[B >: (String, AnyRef)](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  177. def toBuffer[C >: (String, AnyRef)]: Buffer[C]

    Permalink
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  178. def toCollection(repr: MongoDBObject): Iterable[(String, AnyRef)]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  179. def toIndexedSeq: IndexedSeq[(String, AnyRef)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  180. def toIterable: Iterable[(String, AnyRef)]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  181. def toIterator: Iterator[(String, AnyRef)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  182. def toList: List[(String, AnyRef)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  183. def toMap: Map[_, _]

    Permalink
    Definition Classes
    MongoDBObject
  184. def toMap[T, U](implicit ev: <:<[(String, AnyRef), (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  185. def toSeq: Seq[(String, AnyRef)]

    Permalink
    Definition Classes
    MapLike → TraversableOnce → GenTraversableOnce
  186. def toSet[B >: (String, AnyRef)]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  187. def toStream: Stream[(String, AnyRef)]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  188. def toString(): String

    Permalink
    Definition Classes
    GenericGridFSFileMongoDBObject → MapLike → Function1 → TraversableLike → AnyRef → Any
  189. def toTraversable: Traversable[(String, AnyRef)]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  190. def toVector: Vector[(String, AnyRef)]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  191. def transform(f: (String, AnyRef) ⇒ AnyRef): GridFSFile.this.type

    Permalink
    Definition Classes
    MapLike
  192. def transpose[B](implicit asTraversable: ((String, AnyRef)) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  193. val underlying: gridfs.GridFSFile

    Permalink
    Definition Classes
    GenericGridFSFileMongoDBObject
  194. def unzip[A1, A2](implicit asPair: ((String, AnyRef)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  195. def unzip3[A1, A2, A3](implicit asTriple: ((String, AnyRef)) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  196. def update(key: String, value: AnyRef): Unit

    Permalink
    Definition Classes
    MapLike
  197. def updated[B1 >: AnyRef](key: String, value: B1): Map[String, B1]

    Permalink
    Definition Classes
    MapLike → MapLike
  198. def uploadDate: DateType

    Permalink
    Definition Classes
    GenericGridFSFile
  199. def validate(): Unit

    Permalink

    validate the object.

    validate the object. Throws an exception if it fails

    Definition Classes
    GenericGridFSFile
    Exceptions thrown

    MongoException An error describing the validation failure

  200. def values: Iterable[AnyRef]

    Permalink
    Definition Classes
    MapLike → GenMapLike
    Annotations
    @migration
    Migration

    (Changed in version 2.8.0) values returns Iterable[B] rather than Iterator[B].

  201. def valuesIterator: Iterator[AnyRef]

    Permalink
    Definition Classes
    MapLike → GenMapLike
  202. def view(from: Int, until: Int): IterableView[(String, AnyRef), MongoDBObject]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  203. def view: IterableView[(String, AnyRef), MongoDBObject]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  204. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  205. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  206. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  207. def withDefault(d: (String) ⇒ AnyRef): Map[String, AnyRef]

    Permalink
    Definition Classes
    Map
  208. def withDefaultValue(d: AnyRef): Map[String, AnyRef]

    Permalink
    Definition Classes
    Map
  209. def withFilter(p: ((String, AnyRef)) ⇒ Boolean): FilterMonadic[(String, AnyRef), MongoDBObject]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  210. def zip[A1 >: (String, AnyRef), B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[MongoDBObject, (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  211. def zipAll[B, A1 >: (String, AnyRef), That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[MongoDBObject, (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  212. def zipWithIndex[A1 >: (String, AnyRef), That](implicit bf: CanBuildFrom[MongoDBObject, (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike

Deprecated Value Members

  1. def containsKey(s: String): Boolean

    Permalink
    Definition Classes
    MongoDBObject
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0) containsKey is deprecated in the MongoDB Driver. You should use containsField instead.

Inherited from ConvertToDate

Inherited from GenericGridFSFile

Inherited from MongoDBObject

Inherited from Castable

Inherited from Logging

Inherited from Map[String, AnyRef]

Inherited from MapLike[String, AnyRef, MongoDBObject]

Inherited from Cloneable[MongoDBObject]

Inherited from Cloneable

Inherited from Cloneable

Inherited from Shrinkable[String]

Inherited from Builder[(String, AnyRef), MongoDBObject]

Inherited from Growable[(String, AnyRef)]

Inherited from Clearable

Inherited from Map[String, AnyRef]

Inherited from MapLike[String, AnyRef, MongoDBObject]

Inherited from Subtractable[String, MongoDBObject]

Inherited from PartialFunction[String, AnyRef]

Inherited from (String) ⇒ AnyRef

Inherited from GenMap[String, AnyRef]

Inherited from GenMapLike[String, AnyRef, MongoDBObject]

Inherited from Iterable[(String, AnyRef)]

Inherited from Iterable[(String, AnyRef)]

Inherited from IterableLike[(String, AnyRef), MongoDBObject]

Inherited from Equals

Inherited from GenIterable[(String, AnyRef)]

Inherited from GenIterableLike[(String, AnyRef), MongoDBObject]

Inherited from Traversable[(String, AnyRef)]

Inherited from Mutable

Inherited from Traversable[(String, AnyRef)]

Inherited from GenTraversable[(String, AnyRef)]

Inherited from GenericTraversableTemplate[(String, AnyRef), Iterable]

Inherited from TraversableLike[(String, AnyRef), MongoDBObject]

Inherited from GenTraversableLike[(String, AnyRef), MongoDBObject]

Inherited from Parallelizable[(String, AnyRef), ParMap[String, AnyRef]]

Inherited from TraversableOnce[(String, AnyRef)]

Inherited from GenTraversableOnce[(String, AnyRef)]

Inherited from FilterMonadic[(String, AnyRef), MongoDBObject]

Inherited from HasNewBuilder[(String, AnyRef), MongoDBObject]

Inherited from AnyRef

Inherited from Any

Ungrouped