Package

reactivemongo

utils

Permalink

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

Type Members

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.EitherMappableFuture

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

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.LazyLogger

Deprecated Value Members

  1. object EitherMappableFuture extends Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.EitherMappableFuture

  2. object ExtendedFutures

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use reactivemongo.util.ExtendedFutures

  3. object LazyLogger extends Serializable

    Permalink
    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]

    Permalink

    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]

    Permalink

    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