- Companion
- object
class Object
trait Matchable
class Any
Value members
Abstract methods
def getCollection[T](name: String, codecRegistry: CodecRegistry)(`evidence$1`: ClassTag[T]): F[MongoCollectionF[T]]
Concrete methods
def getCollectionWithCodec[T](name: String)(`evidence$3`: ClassTag[T], cp: MongoCodecProvider[T]): F[MongoCollectionF[T]]
def getCollectionWithCodecRegistry[T](name: String, codecRegistry: CodecRegistry)(`evidence$2`: ClassTag[T]): F[MongoCollectionF[T]]