Class

com.mongodb.casbah.gridfs

JodaGridFSDBFile

Related Doc: package gridfs

Permalink

class JodaGridFSDBFile extends GenericGridFSDBFile with ConvertToDateTime

Annotations
@BeanInfo()
Linear Supertypes
ConvertToDateTime, GenericGridFSDBFile, 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. JodaGridFSDBFile
  2. ConvertToDateTime
  3. GenericGridFSDBFile
  4. GenericGridFSFile
  5. MongoDBObject
  6. Castable
  7. Logging
  8. Map
  9. MapLike
  10. Cloneable
  11. Cloneable
  12. Cloneable
  13. Shrinkable
  14. Builder
  15. Growable
  16. Clearable
  17. Map
  18. MapLike
  19. Subtractable
  20. PartialFunction
  21. Function1
  22. GenMap
  23. GenMapLike
  24. Iterable
  25. Iterable
  26. IterableLike
  27. Equals
  28. GenIterable
  29. GenIterableLike
  30. Traversable
  31. Mutable
  32. Traversable
  33. GenTraversable
  34. GenericTraversableTemplate
  35. TraversableLike
  36. GenTraversableLike
  37. Parallelizable
  38. TraversableOnce
  39. GenTraversableOnce
  40. FilterMonadic
  41. HasNewBuilder
  42. AnyRef
  43. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JodaGridFSDBFile(_underlying: gridfs.GridFSDBFile)

    Permalink

Type Members

  1. type DateType = DateTime

    Permalink
    Definition Classes
    ConvertToDateTime
  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)]): JodaGridFSDBFile.this.type

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

    Permalink
    Definition Classes
    MongoDBObject → MapLike → Builder → Growable
  13. def +=(elem1: (String, AnyRef), elem2: (String, AnyRef), elems: (String, AnyRef)*): JodaGridFSDBFile.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]): JodaGridFSDBFile.this.type

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

    Permalink
    Definition Classes
    MongoDBObject → MapLike → Shrinkable
  19. def -=(elem1: String, elem2: String, elems: String*): JodaGridFSDBFile.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
    ConvertToDateTime
  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 inputStream: InputStream

    Permalink
    Definition Classes
    GenericGridFSDBFile
  96. def isDefinedAt(key: String): Boolean

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

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

    Permalink
    Definition Classes
    Any
  99. def isPartialObject: Boolean

    Permalink
    Definition Classes
    MongoDBObject
  100. final def isTraversableAgain: Boolean

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

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

    Permalink
    Definition Classes
    MapLike → GenMapLike
  103. 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].

  104. def keysIterator: Iterator[String]

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

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

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

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

    Permalink
    Definition Classes
    PartialFunction
  109. var log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  129. def numChunks: Int

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MongoDBObject
  146. def repr: MongoDBObject

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  155. 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.

  156. def seq: Map[String, AnyRef]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    IterableLike
  165. def source: BufferedSource

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  171. def tail: MongoDBObject

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MapLike
  194. 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.

  195. val underlying: gridfs.GridFSDBFile

    Permalink
  196. def unzip[A1, A2](implicit asPair: ((String, AnyRef)) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

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

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

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

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

    Permalink
    Definition Classes
    GenericGridFSFile
  201. 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

  202. 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].

  203. def valuesIterator: Iterator[AnyRef]

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  212. def writeTo(filename: String): Long

    Permalink
    Definition Classes
    GenericGridFSDBFile
  213. def writeTo(out: OutputStream): Long

    Permalink
    Definition Classes
    GenericGridFSDBFile
  214. def writeTo(file: File): Long

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

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  216. 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
  217. 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 ConvertToDateTime

Inherited from GenericGridFSDBFile

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