package utils
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- utils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Deprecated Type Members
- case class EitherMappableFuture[A](future: Future[A]) extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use reactivemongo.util.EitherMappableFuture
- case class LazyLogger(logger: Logger) extends Product with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use reactivemongo.util.LazyLogger
Deprecated Value Members
- 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
- 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
- object EitherMappableFuture extends Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use reactivemongo.util.EitherMappableFuture
- object ExtendedFutures
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use reactivemongo.util.ExtendedFutures
- object LazyLogger extends Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.12.0) Use reactivemongo.util.LazyLogger