init(andTestWith:)
Returns an NSLogicalTest object initialized to perform an AND operation with the NSSpecifierTest objects in a given array.
Declaration
init(andTestWith subTests: [NSSpecifierTest])Parameters
- subTests:
An array of
NSSpecifierTestobjects representing Boolean expressions.
Return Value
An NSLogicalTest object initialized to perform an AND operation with the NSSpecifierTest objects in subTests.
See Also
Related Documentation
- Cocoa Scripting Guide