Object

reactivemongo.api.bson.BSONBooleanLike

BSONBooleanLikeHandler

Related Doc: package BSONBooleanLike

Permalink

implicit object BSONBooleanLikeHandler extends BSONHandler[BSONBooleanLike]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BSONBooleanLikeHandler
  2. BSONHandler
  3. BSONWriter
  4. BSONReader
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def afterRead[U](f: (BSONBooleanLike) ⇒ U): BSONReader[U]

    Permalink

    Returns a BSONReader that returns the result of applying f on the result of this reader.

    Returns a BSONReader that returns the result of applying f on the result of this reader.

    f

    the function to apply

    Definition Classes
    BSONReader
  5. final def afterWrite(f: PartialFunction[BSONValue, BSONValue]): BSONWriter[BSONBooleanLike]

    Permalink

    Prepares a BSON writer that returns the result of applying f on the BSON value from this writer.

    Prepares a BSON writer that returns the result of applying f on the BSON value from this writer.

    If the f function is not defined for a BSONValue, it will results in a Failure.

    f

    the partial function to apply

    Definition Classes
    BSONWriter
  6. final def as[R](to: (BSONBooleanLike) ⇒ R, from: (R) ⇒ BSONBooleanLike): BSONHandler[R]

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

    Permalink
    Definition Classes
    Any
  8. final def beforeRead(f: PartialFunction[BSONValue, BSONValue]): BSONReader[BSONBooleanLike]

    Permalink
    Definition Classes
    BSONReader
  9. def beforeWrite[U](f: (U) ⇒ BSONBooleanLike): BSONWriter[U]

    Permalink

    Prepares a BSON writer that converts the input before calling the current writer.

    Prepares a BSON writer that converts the input before calling the current writer.

    f

    the function apply the U input value to convert at T value used to the current writer

    Definition Classes
    BSONWriter
  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def readOpt(bson: BSONValue): Option[BSONBooleanLike]

    Permalink

    Tries to produce an instance of T from the bson value, returns None if an error occurred.

    Tries to produce an instance of T from the bson value, returns None if an error occurred.

    Definition Classes
    BSONReader
  21. def readTry(bson: BSONValue): Try[BSONBooleanLike]

    Permalink

    Tries to produce an instance of T from the bson value.

    Tries to produce an instance of T from the bson value.

    Definition Classes
    BSONBooleanLikeHandlerBSONReader
  22. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def widen[U >: BSONBooleanLike]: BSONReader[U]

    Permalink

    Widen this read for compatible type U.

    Widen this read for compatible type U.

    Definition Classes
    BSONReader
  28. def writeOpt(t: BSONBooleanLike): Option[BSONValue]

    Permalink

    Tries to produce a BSON value from an instance of T, returns None if an error occurred.

    Tries to produce a BSON value from an instance of T, returns None if an error occurred.

    Definition Classes
    BSONWriter
  29. def writeTry(number: BSONBooleanLike): Try[BSONValue]

    Permalink

    Tries to produce a BSON value from an instance of T.

    Tries to produce a BSON value from an instance of T.

    Definition Classes
    BSONBooleanLikeHandlerBSONWriter

Inherited from BSONHandler[BSONBooleanLike]

Inherited from BSONWriter[BSONBooleanLike]

Inherited from BSONReader[BSONBooleanLike]

Inherited from AnyRef

Inherited from Any

Ungrouped