map
map<
W,A,B>(f): (data) =>Logged<W,B>
Defined in: Core/Logged.ts:63
Transforms the value inside a Logged without affecting the log.
Type Parameters
Section titled “Type Parameters”W
A
B
Parameters
Section titled “Parameters”(a) => B
Returns
Section titled “Returns”(
data):Logged<W,B>
Parameters
Section titled “Parameters”Logged<W, A>
Returns
Section titled “Returns”Logged<W, B>