MongoSchema.tryFindOne

Tries to find a document in this collection. It will return a Nullable which isNull if the document could not be found. Otherwise it will be the document wrapped in the nullable.

mixintemplate MongoSchema()
static
Nullable!(typeof(this))
tryFindOne
(
T
)
()

Meta