Contents

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 NSSpecifierTest objects 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

Initializing a logical test