toggle menu
KBox
2.1.0
common
switch theme
search in API
KBox
/
ch.tutteli.kbox
/
mapThird
map
Third
fun
<
A1
,
A2
,
A3
,
A3New
>
Triple
<
A1
,
A2
,
A3
>
.
mapThird
(
transform
:
(
A3
)
->
A3New
)
:
Triple
<
A1
,
A2
,
A3New
>
Maps
Triple.third
with the given
transform
function and returns a new
Triple
.
Since
2.0.0