Trait

play.modules.reactivemongo.json.BSONFormats

PartialFormat

Related Doc: package BSONFormats

Permalink

trait PartialFormat[T <: BSONValue] extends reactivemongo.play.json.BSONFormats.PartialFormat[T]

Annotations
@deprecated
Deprecated

(Since version 0.11.9) Use reactivemongo.play.json.BSONFormats.PartialFormat

Linear Supertypes
reactivemongo.play.json.BSONFormats.PartialFormat[T], reactivemongo.play.json.BSONFormats.PartialWrites[T], reactivemongo.play.json.BSONFormats.PartialReads[T], Format[T], Reads[T], Writes[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PartialFormat
  2. PartialFormat
  3. PartialWrites
  4. PartialReads
  5. Format
  6. Reads
  7. Writes
  8. AnyRef
  9. Any
Implicitly
  1. by apply
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def partialReads: PartialFunction[JsValue, JsResult[T]]

    Permalink
    Definition Classes
    PartialReads
  2. abstract def partialWrites: PartialFunction[BSONValue, JsValue]

    Permalink
    Definition Classes
    PartialWrites

Concrete Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to any2stringadd[PartialFormat[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (PartialFormat[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to ArrowAssoc[PartialFormat[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def andThen[B](rb: Reads[B])(implicit witness: <:<[T, JsValue]): Reads[B]

    Permalink
    Definition Classes
    Reads
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collect[B](error: ValidationError)(f: PartialFunction[T, B]): Reads[B]

    Permalink
    Definition Classes
    Reads
  10. def compose[B <: JsValue](rb: Reads[B]): Reads[T]

    Permalink
    Definition Classes
    Reads
  11. def ensuring(cond: (PartialFormat[T]) ⇒ Boolean, msg: ⇒ Any): PartialFormat[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to Ensuring[PartialFormat[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (PartialFormat[T]) ⇒ Boolean): PartialFormat[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to Ensuring[PartialFormat[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): PartialFormat[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to Ensuring[PartialFormat[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): PartialFormat[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to Ensuring[PartialFormat[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def filter(error: ValidationError)(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Definition Classes
    Reads
  18. def filter(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Definition Classes
    Reads
  19. def filterNot(error: ValidationError)(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Definition Classes
    Reads
  20. def filterNot(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Definition Classes
    Reads
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flatMap[B](f: (T) ⇒ Reads[B]): Reads[B]

    Permalink
    Definition Classes
    Reads
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to StringFormat[PartialFormat[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  27. def map[B](f: (T) ⇒ B): Reads[B]

    Permalink
    Definition Classes
    Reads
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def orElse(v: Reads[T]): Reads[T]

    Permalink
    Definition Classes
    Reads
  32. def reads(json: JsValue): JsResult[T]

    Permalink
    Definition Classes
    PartialReads → Reads
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def transform(transformer: Writes[JsValue]): Writes[T]

    Permalink
    Definition Classes
    Writes
  36. def transform(transformer: (JsValue) ⇒ JsValue): Writes[T]

    Permalink
    Definition Classes
    Writes
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def writes(t: T): JsValue

    Permalink
    Definition Classes
    PartialWrites → Writes
  41. def [B](y: B): (PartialFormat[T], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to ArrowAssoc[PartialFormat[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def andThen[B](rb: Reads[B])(implicit witness: <:<[T, JsValue]): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).andThen(rb)(witness)
    Definition Classes
    Reads
  2. def collect[B](error: ValidationError)(f: PartialFunction[T, B]): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).collect(error)(f)
    Definition Classes
    Reads
  3. def compose[B <: JsValue](rb: Reads[B]): Reads[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).compose(rb)
    Definition Classes
    Reads
  4. def filter(error: ValidationError)(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).filter(error)(f)
    Definition Classes
    Reads
  5. def filter(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).filter(f)
    Definition Classes
    Reads
  6. def filterNot(error: ValidationError)(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).filterNot(error)(f)
    Definition Classes
    Reads
  7. def filterNot(f: (T) ⇒ Boolean): Reads[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).filterNot(f)
    Definition Classes
    Reads
  8. def flatMap[B](f: (T) ⇒ Reads[B]): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).flatMap(f)
    Definition Classes
    Reads
  9. def map[B](f: (T) ⇒ B): Reads[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).map(f)
    Definition Classes
    Reads
  10. def orElse(v: Reads[T]): Reads[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).orElse(v)
    Definition Classes
    Reads
  11. val partialReads: PartialFunction[JsValue, JsResult[T]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).partialReads
    Definition Classes
    apply → PartialReads
  12. val partialWrites: PartialFunction[BSONValue, JsValue]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).partialWrites
    Definition Classes
    apply → PartialWrites
  13. def reads(json: JsValue): JsResult[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).reads(json)
    Definition Classes
    PartialReads → Reads
  14. def transform(transformer: Writes[JsValue]): Writes[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).transform(transformer)
    Definition Classes
    Writes
  15. def transform(transformer: (JsValue) ⇒ JsValue): Writes[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).transform(transformer)
    Definition Classes
    Writes
  16. def writes(t: T): JsValue

    Permalink
    Implicit information
    This member is added by an implicit conversion from PartialFormat[T] to apply[T] performed by method apply in play.modules.reactivemongo.json.BSONFormats.PartialFormat. This conversion will take place only if T is a subclass of BSONValue (T <: BSONValue).
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (partialFormat: apply[T]).writes(t)
    Definition Classes
    PartialWrites → Writes

Inherited from reactivemongo.play.json.BSONFormats.PartialFormat[T]

Inherited from reactivemongo.play.json.BSONFormats.PartialWrites[T]

Inherited from reactivemongo.play.json.BSONFormats.PartialReads[T]

Inherited from Format[T]

Inherited from Reads[T]

Inherited from Writes[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion apply from PartialFormat[T] to apply[T]

Inherited by implicit conversion any2stringadd from PartialFormat[T] to any2stringadd[PartialFormat[T]]

Inherited by implicit conversion StringFormat from PartialFormat[T] to StringFormat[PartialFormat[T]]

Inherited by implicit conversion Ensuring from PartialFormat[T] to Ensuring[PartialFormat[T]]

Inherited by implicit conversion ArrowAssoc from PartialFormat[T] to ArrowAssoc[PartialFormat[T]]

Ungrouped