class BSONArrayFormat extends PartialFormat[BSONArray]

Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONArrayFormat
  2. PartialFormat
  3. PartialWrites
  4. PartialReads
  5. Format
  6. Reads
  7. Writes
  8. AnyRef
  9. Any
Implicitly
  1. by valueProducer
  2. by element2Producer
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BSONArrayFormat(toBSON: (JsValue) ⇒ JsResult[BSONValue], toJSON: (BSONValue) ⇒ JsValue)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to any2stringadd[BSONArrayFormat] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (BSONArrayFormat, B)
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to ArrowAssoc[BSONArrayFormat] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def andThen[B](rb: Reads[B])(implicit witness: <:<[BSONArray, JsValue]): Reads[B]
    Definition Classes
    Reads
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def collect[B](error: JsonValidationError)(f: PartialFunction[BSONArray, B]): Reads[B]
    Definition Classes
    Reads
  10. def compose[B <: JsValue](rb: Reads[B]): Reads[BSONArray]
    Definition Classes
    Reads
  11. def ensuring(cond: (BSONArrayFormat) ⇒ Boolean, msg: ⇒ Any): BSONArrayFormat
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (BSONArrayFormat) ⇒ Boolean): BSONArrayFormat
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): BSONArrayFormat
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): BSONArrayFormat
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to Ensuring[BSONArrayFormat] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def filter(error: JsonValidationError)(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]
    Definition Classes
    Reads
  18. def filter(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]
    Definition Classes
    Reads
  19. def filterNot(error: JsonValidationError)(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]
    Definition Classes
    Reads
  20. def filterNot(f: (BSONArray) ⇒ Boolean): Reads[BSONArray]
    Definition Classes
    Reads
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flatMap[B](f: (BSONArray) ⇒ Reads[B]): Reads[B]
    Definition Classes
    Reads
  23. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to StringFormat[BSONArrayFormat] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def map[B](f: (BSONArray) ⇒ B): Reads[B]
    Definition Classes
    Reads
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def orElse(v: Reads[BSONArray]): Reads[BSONArray]
    Definition Classes
    Reads
  32. val partialReads: PartialFunction[JsValue, JsResult[BSONArray]]
    Definition Classes
    BSONArrayFormatPartialReads
  33. val partialWrites: PartialFunction[BSONValue, JsValue]
    Definition Classes
    BSONArrayFormatPartialWrites
  34. def reads(json: JsValue): JsResult[BSONArray]
    Definition Classes
    PartialReads → Reads
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. def transform(transformer: Writes[JsValue]): Writes[BSONArray]
    Definition Classes
    Writes
  38. def transform(transformer: (JsValue) ⇒ JsValue): Writes[BSONArray]
    Definition Classes
    Writes
  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
    @native() @throws( ... )
  42. def writes(t: BSONArray): JsValue
    Definition Classes
    PartialWrites → Writes
  43. def [B](y: B): (BSONArrayFormat, B)
    Implicit
    This member is added by an implicit conversion from BSONArrayFormat to ArrowAssoc[BSONArrayFormat] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PartialFormat[BSONArray]

Inherited from PartialWrites[BSONArray]

Inherited from PartialReads[BSONArray]

Inherited from Format[BSONArray]

Inherited from Reads[BSONArray]

Inherited from Writes[BSONArray]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion valueProducer from BSONArrayFormat to Producer[BSONValue]

Inherited by implicit conversion element2Producer from BSONArrayFormat to Producer[BSONElement]

Inherited by implicit conversion any2stringadd from BSONArrayFormat to any2stringadd[BSONArrayFormat]

Inherited by implicit conversion StringFormat from BSONArrayFormat to StringFormat[BSONArrayFormat]

Inherited by implicit conversion Ensuring from BSONArrayFormat to Ensuring[BSONArrayFormat]

Inherited by implicit conversion ArrowAssoc from BSONArrayFormat to ArrowAssoc[BSONArrayFormat]

Ungrouped