inline fun <T> toComponents(action: (LongMilliseconds, IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (LongSeconds, IntMilliseconds, IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (LongMinutes, IntSeconds, IntMilliseconds, IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (LongHours, IntMinutes, IntSeconds, IntMilliseconds, IntMicroseconds) -> T): T
Content copied to clipboard
inline fun <T> toComponents(action: (LongDays, IntHours, IntMinutes, IntSeconds, IntMilliseconds, IntMicroseconds) -> T): T
Content copied to clipboard