exists

abstract suspend fun exists(id: Long): Either<StoreError, Boolean>

Return

Whether the BusinessObject with the given id exists and can be successfully retrieved

A StoreError if the store fails to verify the existence of the BusinessObject