Contents

resolve(mergeConflicts:)

Resolves the conflicts in a given list.

Declaration

func resolve(mergeConflicts list: [Any]) throws

Parameters

Discussion

If you override this method in a subclass, you should typically invoke the superclass’s implementation in addition to performing your own operations.

See Also

Resolving a Conflict