IndexesManager

reactivemongo.api.indexes.IndexesManager$
See theIndexesManager companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Types

type Aux[P <: SerializationPack] = IndexesManager { type Pack = P; }

Value members

Concrete methods

def apply(db: DB & DBMetaCommands)(implicit ec: ExecutionContext): Aux[Pack]

Returns an indexes manager for specified database.

Returns an indexes manager for specified database.

Attributes

db

the database

def apply[P <: SerializationPack](pack: P, db: DB & DBMetaCommands)(implicit ec: ExecutionContext): Aux[P]

Returns an indexes manager for specified database.

Returns an indexes manager for specified database.

Attributes

db

the database

pack

the serialization pack