Packages

case class BSONRegex(value: String, flags: String) extends BSONValue with Product with Serializable

BSON Regex value.

flags

Regex flags.

Linear Supertypes
Serializable, Product, Equals, BSONValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONRegex
  2. Serializable
  3. Product
  4. Equals
  5. BSONValue
  6. AnyRef
  7. Any
Implicitly
  1. by ExtendedBSONValue
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BSONRegex(value: String, flags: String)

    flags

    Regex flags.

Value Members

  1. def as[T](implicit reader: BSONReader[BSONRegex, T]): T
    Implicit
    This member is added by an implicit conversion from BSONRegex toExtendedBSONValue[BSONRegex] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  2. def asOpt[T](implicit reader: BSONReader[BSONRegex, T]): Option[T]
    Implicit
    This member is added by an implicit conversion from BSONRegex toExtendedBSONValue[BSONRegex] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  3. def asTry[T](implicit reader: BSONReader[BSONRegex, T]): Try[T]
    Implicit
    This member is added by an implicit conversion from BSONRegex toExtendedBSONValue[BSONRegex] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  4. val bson: BSONRegex
    Implicit
    This member is added by an implicit conversion from BSONRegex toExtendedBSONValue[BSONRegex] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  5. val code: Byte

    The code indicating the BSON type for this value

    The code indicating the BSON type for this value

    Definition Classes
    BSONRegexBSONValue
  6. val flags: String
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. def seeAsOpt[T](implicit reader: BSONReader[_ <: BSONValue, T]): Option[T]
    Implicit
    This member is added by an implicit conversion from BSONRegex toExtendedBSONValue[BSONRegex] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  9. def seeAsTry[T](implicit reader: BSONReader[_ <: BSONValue, T]): Try[T]
    Implicit
    This member is added by an implicit conversion from BSONRegex toExtendedBSONValue[BSONRegex] performed by method ExtendedBSONValue in reactivemongo.bson.BSONValue.
    Definition Classes
    ExtendedBSONValue
  10. val value: String