init(fetchRequest : NSFetchRequest <Result>, sectionIdentifier : KeyPath <Result, SectionIdentifier >, animation: Animation?)
Creates a fully configured sectioned fetch request that uses the specified animation when updating results.
Available when
SectionIdentifier
conforms to Hashable
and Result
conforms to NSFetchRequestResult
.