model

molly.core.syntax.model
See themodel companion object
trait model

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all
object model

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

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 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
object IndexModel

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
IndexModel.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

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 UpdateOptions

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Types

type BulkWriteOptions = BulkWriteOptions
type CountOptions = CountOptions
type CreateIndexOptions = CreateIndexOptions
type DeleteManyModel = DeleteManyModel[BsonDocument]
type DeleteOneModel = DeleteOneModel[BsonDocument]
type DeleteOptions = DeleteOptions
type FindOneAndReplaceOptions = FindOneAndReplaceOptions
type FindOneAndUpdateOptions = FindOneAndUpdateOptions
type IndexModel = IndexModel
type IndexOptions = IndexOptions
type InsertOneModel = InsertOneModel[BsonDocument]
type ReplaceOneModel = ReplaceOneModel[BsonDocument]
type ReplaceOptions = ReplaceOptions
type UpdateManyModel = UpdateManyModel[BsonDocument]
type UpdateOneModel = UpdateOneModel[BsonDocument]
type UpdateOptions = UpdateOptions
type WriteModel = WriteModel[BsonDocument]