init(TimeInterval)
Creates a run loop scheduler time interval from the given time interval.
実行ループスケジューラ時間間隔をこの与えられた時間間隔から作成します。
init?<T>(exactly: T)
Creates a run loop scheduler time interval from a binary integer type.
実行ループスケジューラ時間間隔をバイナリ整数型から作成します。
init(floatLiteral : TimeInterval)
Creates a run loop scheduler time interval from a floating-point seconds value.
実行ループスケジューラ時間間隔を浮動小数点秒数値から作成します。
init(integerLiteral : TimeInterval)
Creates a run loop scheduler time interval from an integer seconds value.
実行ループスケジューラ時間間隔を整数秒数値から作成します。