MongoSchema.tryFindById

Tries to find a document by the _id field and returns a Nullable which isNull if it could not be found. Otherwise it will be the document wrapped in the nullable.

Meta