com.foursquare.rogue

BSONType

Related Docs: trait BSONType | package rogue

object BSONType

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BSONType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class ListsOfBSONTypesAreBSONTypes[T] extends BSONType[List[T]]

  2. class SeqsOfBSONTypesAreBSONTypes[T] extends BSONType[Seq[T]]

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. implicit object BooleanIsBSONType extends BSONType[Boolean]

  5. implicit object CharIsBSONType extends BSONType[Char]

  6. implicit object DBObjectIsBSONType extends BSONType[DBObject]

  7. implicit object DateIsBSONType extends BSONType[Date]

  8. implicit object DateTimeIsBSONType extends BSONType[DateTime]

  9. implicit object DoubleIsBSONType extends BSONType[Double]

  10. implicit object FloatIsBSONType extends BSONType[Float]

  11. implicit object IntIsBSONType extends BSONType[Int]

  12. implicit def ListsOfBSONTypesAreBSONTypes[T](implicit arg0: BSONType[T]): BSONType[List[T]]

  13. implicit object LongIsBSONType extends BSONType[Long]

  14. implicit def LongSubtypesAreBSONTypes[T <: Long]: BSONType[T]

  15. implicit object ObjectIdISBSONType extends BSONType[ObjectId]

  16. implicit def ObjectIdSubtypesAreBSONTypes[T <: ObjectId]: BSONType[T]

  17. implicit object PatternIsBSONType extends BSONType[Pattern]

  18. implicit def SeqsOfBSONTypesAreBSONTypes[T](implicit arg0: BSONType[T]): BSONType[Seq[T]]

  19. implicit object ShortIsBSONType extends BSONType[Short]

  20. implicit object StringIsBSONType extends BSONType[String]

  21. implicit def StringSubtypesAreBSONTypes[T <: String]: BSONType[T]

  22. def apply[T](implicit arg0: BSONType[T]): BSONType[T]

  23. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  24. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  29. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped