contains

open suspend override fun contains(id: IdType): Boolean(source)

Returns true if an object with the given id exists in the repository.

Return

true if the object exists, false otherwise

Parameters

id

The identifier to check