reactivemongo

utils

package utils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class EitherMappableFuture[A](future: Future[A]) extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.EitherMappableFuture

  2. case class LazyLogger(logger: Logger) extends Product with Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.LazyLogger

Deprecated Value Members

  1. object EitherMappableFuture extends Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.EitherMappableFuture

  2. object ExtendedFutures

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.ExtendedFutures

  3. object LazyLogger extends Serializable

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.LazyLogger

  4. def concat[T](a1: Array[T], a2: Array[T])(implicit m: Manifest[T]): Array[T]

    Concats two array - fast way

    Concats two array - fast way

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use array concat operation

  5. def option[T](cond: ⇒ Boolean, value: ⇒ T): Option[T]

    Makes an option of the value matching the condition.

    Makes an option of the value matching the condition.

    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.option

Inherited from AnyRef

Inherited from Any

Ungrouped