Impl

dappermongo.IndexBuilder.Impl
case class Impl(database: MongoDatabase, sessionStorage: SessionStorage[ClientSession]) extends IndexBuilder[Collection]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def create(indexes: List[Index], options: CreateIndexOptions): ZIO[Collection, Throwable, Unit]

Attributes

Definition Classes
override def drop(indexName: String): ZIO[Collection, Throwable, Unit]

Attributes

Definition Classes
override def dropAll(): ZIO[Collection, Throwable, Unit]

Attributes

Definition Classes
override def list[T](implicit ev: BSONDocumentReader[T]): ZStream[Collection, Throwable, T]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product