com.foursquare.rogue

BSONType

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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. implicit object BooleanIsBSONType extends BSONType[Boolean]

  7. implicit object CharIsBSONType extends BSONType[Char]

  8. implicit object DBObjectIsBSONType extends BSONType[DBObject]

  9. implicit object DateIsBSONType extends BSONType[Date]

  10. implicit object DateTimeIsBSONType extends BSONType[DateTime]

  11. implicit object DoubleIsBSONType extends BSONType[Double]

  12. implicit object FloatIsBSONType extends BSONType[Float]

  13. implicit object IntIsBSONType extends BSONType[Int]

  14. implicit def IntSubtypesAreBSONTypes[T <: Integer]: BSONType[T]

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

  16. implicit object LongIsBSONType extends BSONType[Long]

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

  18. implicit object ObjectIdISBSONType extends BSONType[ObjectId]

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

  20. implicit object PatternIsBSONType extends BSONType[Pattern]

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

  22. implicit object ShortIsBSONType extends BSONType[Short]

  23. implicit object StringIsBSONType extends BSONType[String]

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

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

  26. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  27. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped