alias
CouchDB::Database::RemoveConflictResolver
Overview
Resolver for remove conflicts: receives (existing, attempted_rev), returns
true to retry the delete with the current rev, or nil to re-raise.
Alias Definition
CouchDB::Document, String -> Bool?