project(_:)

    Applies a projection to the command, limiting the fields returned or modifying the returned documents in some way.

    Collection+FindAndModify.swift:250
    func project(_ projection: Document) -> FindAndModifyBuilder

    Other members in extension

    Instance members