Type Property 型プロパティ

current

Returns the NSAssertionHandler object associated with the current thread. 現在のスレッドと結びつけられたNSAssertionHandlerオブジェクトを返します。

Declaration 宣言

class var current: NSAssertionHandler { get }

Return Value 戻り値

The NSAssertionHandler object associated with the current thread. 現在のスレッドと結びつけられたNSAssertionHandlerオブジェクト。

Discussion 議論

If no assertion handler is associated with the current thread, this method creates one and assigns it to the thread. 現在のスレッドと結びつけられるアサーションハンドラがないならば、このメソッドは1つ作成してそれを現在のスレッドに割り当てます。