MongoCollectionTest

class Object
trait Matchable
class Any

Value members

Concrete methods

def random[A : Tag](implicit evidence$3: Tag[A], c: Codec[A]): ZLayer[Live & MongoClient, Throwable, MongoCollection[A]]
def withName[A : Tag, B](name: String)(f: Service[A] => ZIO[Live & MongoClient, Throwable, B])(implicit evidence$2: Tag[A], c: Codec[A]): ZIO[Live & MongoClient, Throwable, B]
def withRandomName[A : Tag, B](f: Service[A] => ZIO[Live & MongoClient, Throwable, B])(implicit evidence$1: Tag[A], c: Codec[A]): ZIO[Live & MongoClient, Throwable, B]