Package

reactivemongo

util

Permalink

package util

Linear Supertypes
UtilCompat, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. util
  2. UtilCompat
  3. AnyRef
  4. 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
  2. type SRV = (String, Int)

    Permalink

    Host/address and port

  3. type SRVRecordResolver = (ExecutionContext) ⇒ (String) ⇒ Future[Array[Record]]

    Permalink
  4. final class SimpleRing[T] extends AnyRef

    Permalink

    Note: This class is not thread-safe!

  5. type TXTResolver = (String) ⇒ Future[ListSet[String]]

    Permalink

Value Members

  1. object EitherMappableFuture extends Serializable

    Permalink
  2. object ExtendedFutures

    Permalink
  3. object LazyLogger

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

    Permalink

    Makes an option of the value matching the condition.

  5. def srvRecords(name: String)(resolver: SRVRecordResolver)(implicit ec: ExecutionContext): Future[List[(String, Int)]]

    Permalink

    name

    the DNS name (e.g. mycluster.mongodb.com)

    resolver

    the record resolver

  6. def txtRecords(timeout: FiniteDuration = dnsTimeout)(implicit ec: ExecutionContext): TXTResolver

    Permalink

    timeout

    the resolution timeout (default: 5 seconds)

Inherited from UtilCompat

Inherited from AnyRef

Inherited from Any

Ungrouped