Initializes and returns a row template suitable for displaying compound predicates.
SDK
- macOS 10.5+
Framework
- App
Kit
Declaration
init(compoundTypes: [NSNumber])
Parameters
compoundTypes
An array of
NSNumber
objects specifying compound predicate types. SeeNSCompound
for possible values.Predicate .Logical Type
Return Value
A row template initialized for displaying compound predicates of the types specified by compound
.
Discussion
NSPredicate
contains such a template by default.