IndexBuilder

dappermongo.IndexBuilder
See theIndexBuilder companion object
trait IndexBuilder[-R]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Impl

Members list

Value members

Abstract methods

def create(indexes: List[Index], options: CreateIndexOptions): ZIO[R, Throwable, Unit]
def drop(indexName: String): ZIO[R, Throwable, Unit]
def dropAll(): ZIO[R, Throwable, Unit]
def list[T : BSONDocumentReader]: ZStream[R, Throwable, T]