mongo4cats.models.collection

Members list

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object CountOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object DeleteOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object IndexOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
final case class MongoNamespace(databaseName: String, collectionName: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object UnwindOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
object UpdateOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait WriteCommand[+T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DeleteMany
class DeleteOne
class InsertOne[T]
class ReplaceOne[T]
class UpdateMany
class UpdateOne
Show all
object WriteCommand

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Types

type BulkWriteOptions = BulkWriteOptions
type CountOptions = CountOptions
type DeleteOptions = DeleteOptions
type DropIndexOptions = DropIndexOptions
type FindOneAndDeleteOptions = FindOneAndDeleteOptions
type FindOneAndReplaceOptions = FindOneAndReplaceOptions
type FindOneAndUpdateOptions = FindOneAndUpdateOptions
type IndexOptions = IndexOptions
type InsertManyOptions = InsertManyOptions
type InsertOneOptions = InsertOneOptions
type RenameCollectionOptions = RenameCollectionOptions
type ReplaceOptions = ReplaceOptions
type UnwindOptions = UnwindOptions
type UpdateOptions = UpdateOptions