Initializer

init(andTestWith:)

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

Declaration 宣言

init(andTestWith subTests: [NSSpecifierTest])

Parameters パラメータ

subTests

An array of NSSpecifierTest objects representing Boolean expressions. ブール式を表しているNSSpecifierTestオブジェクトそれらからなる配列。

Return Value 戻り値

An NSLogicalTest object initialized to perform an AND operation with the NSSpecifierTest objects in subTests. あるNSLogicalTestオブジェクト、AND演算をsubTestsの中のNSSpecifierTestオブジェクトそれらで実行するよう初期化されます。

See Also 参照

Initializing a logical test 論理テストを初期化する

Related Documentation 関連文書