KotZen
1.0-SNAPSHOT
KotZen
/
[root]
/
map
map
fun
<
S
,
T
>
Parser
<
S
>
.
map
(
fn
:
(
S
)
->
T
)
:
Parser
<
T
>
Content copied to clipboard
Maps a parser output to a new value
Parameters
fn
A function to transform the parser output