Initializer

init(notTestWith:)

Returns an NSLogicalTest object initialized to perform a NOT operation on the given NSScriptWhoseTest object. あるNSLogicalTestオブジェクトを返します、NOT演算をこの与えられたNSScriptWhoseTestオブジェクト上で実行するよう初期化されます。

Declaration 宣言

init(notTestWith subTest: NSScriptWhoseTest)

Parameters パラメータ

subTest

The NSScriptWhoseTest object to invert. 逆にするNSScriptWhoseTestオブジェクト。

Return Value 戻り値

An NSLogicalTest object initialized to perform a NOT operation on subTest. あるNSLogicalTestオブジェクト、NOT演算をsubTest上で実行するよう初期化されます。

See Also 参照

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