datetime-polyglot
Toggle table of contents
0.6.0
Select version
0.6.1-SNAPSHOT
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
datetime-polyglot
core
/
dev.mmauro.datetimepolyglot
/
mapValue
map
Value
fun
<
T
,
R
>
Zoned
<
T
>
.
mapValue
(
transform
:
(
T
)
->
R
)
:
Zoned
<
R
>
Returns a new
Zoned
with the same
Zoned.timeZone
and the value returned by
transform
.