Instance Method インスタンスメソッド

advanced(by:)

Returns a run loop scheduler time calculated by advancing this instance’s time by the given interval. このインスタンスのもつ時間をその与えられた間隔だけ進めることによって計算される実行ループスケジューラ時間を返します。

Declaration 宣言

Parameters パラメータ

n

A time interval to advance. 進めることになる時間間隔。

Return Value 戻り値

A dispatch queue time advanced by the given interval from this instance’s time. このインスタンスのもつ時間からその与えられた間隔だけ進められたディスパッチキュー時間。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Working with Scheduler Time Intervals スケジューラ時間間隔を扱う