init(andTestWith : [NSSpecifierTest])
Returns an
NSLogicalTest
object initialized to perform an AND
operation with the NSSpecifierTest
objects in a given array.
あるNSLogicalTest
オブジェクトを返します、AND
演算をある与えられた配列の中のNSSpecifierTest
オブジェクトそれらで実行するよう初期化されます。
init(orTestWith : [NSSpecifierTest])
Returns an
NSLogicalTest
object initialized to perform an OR
operation with the NSSpecifierTest
objects in a given array.
あるNSLogicalTest
オブジェクトを返します、OR
演算をある与えられた配列の中のNSSpecifierTest
オブジェクトそれらで実行するよう初期化されます。