Same like map
, but...
Result from fn
function will not be wrapped up into IO
.
This method running function from IO
and result will be referred to
fn
function. Result from fn
function will be wrapped up into IO
.
To run function from IO
Just returns IO
as string
Generated using TypeDoc
This need just use with context
IO.Shape<T>
instead ofIO.IO<T>