Contents

Query(filter:sort:animation:sectionBy:)

Declaration

@attached(accessor) @attached(peer, names: prefixed(`_`)) macro Query<Element>(filter: Predicate<Element>? = nil, sort descriptors: [SortDescriptor<Element>] = [], animation: Animation, sectionBy sectionKeyPath: KeyPath<Element, String>) where Element : PersistentModel

See Also

Predicate-based queries