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