Packages

package utils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. utils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Deprecated 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. 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

  2. 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

  3. object EitherMappableFuture extends Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.EitherMappableFuture

  4. object ExtendedFutures
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.ExtendedFutures

  5. object LazyLogger extends Serializable
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.LazyLogger

Inherited from AnyRef

Inherited from Any

Ungrouped