//
core
/
io.islandtime.measures
/
LongSeconds
/
toComponents
common
toComponents
inline fun <
T
>
toComponents
(action: (
LongMinutes
,
IntSeconds
) ->
T
):
T
Content copied to clipboard
inline fun <
T
>
toComponents
(action: (
LongHours
,
IntMinutes
,
IntSeconds
) ->
T
):
T
Content copied to clipboard
inline fun <
T
>
toComponents
(action: (
LongDays
,
IntHours
,
IntMinutes
,
IntSeconds
) ->
T
):
T
Content copied to clipboard