MollyCollection

molly.core.MollyCollection
final case class MollyCollection[F[_], A]

Molly's counterpart to MongoCollection.

Attributes

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

Members list

Value members

Concrete methods

def updateOne(filter: Bson, update: Bson, options: UpdateOptions): F[UpdateResult]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product