com.foursquare.rogue

BSONType

object BSONType extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BSONType
  2. AnyRef
  3. Any
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. def != (arg0: AnyRef): Boolean

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

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

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

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

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

    Attributes
    implicit
  7. object CharIsBSONType extends BSONType[Char]

    Attributes
    implicit
  8. object DBObjectIsBSONType extends BSONType[DBObject]

    Attributes
    implicit
  9. object DateIsBSONType extends BSONType[Date]

    Attributes
    implicit
  10. object DateTimeIsBSONType extends BSONType[DateTime]

    Attributes
    implicit
  11. object DoubleIsBSONType extends BSONType[Double]

    Attributes
    implicit
  12. object FloatIsBSONType extends BSONType[Float]

    Attributes
    implicit
  13. object IntIsBSONType extends BSONType[Int]

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

    Attributes
    implicit
  15. object LongIsBSONType extends BSONType[Long]

    Attributes
    implicit
  16. implicit def LongSubtypesAreBSONTypes [T <: Long] : BSONType[T]

    Attributes
    implicit
  17. object ObjectIdISBSONType extends BSONType[ObjectId]

    Attributes
    implicit
  18. implicit def ObjectIdSubtypesAreBSONTypes [T <: ObjectId] : BSONType[T]

    Attributes
    implicit
  19. object PatternIsBSONType extends BSONType[Pattern]

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

    Attributes
    implicit
  21. object ShortIsBSONType extends BSONType[Short]

    Attributes
    implicit
  22. object StringIsBSONType extends BSONType[String]

    Attributes
    implicit
  23. implicit def StringSubtypesAreBSONTypes [T <: String] : BSONType[T]

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

  25. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  26. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  28. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  31. def hashCode (): Int

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  34. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  35. def notifyAll (): Unit

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

    Attributes
    final
    Definition Classes
    AnyRef
  37. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any