ap
ap<
W,A>(arg): <B>(data) =>Logged<W,B>
Defined in: Core/Logged.ts:107
Applies a function wrapped in a Logged to a value wrapped in a Logged,
concatenating both logs.
Type Parameters
Section titled “Type Parameters”W
A
Parameters
Section titled “Parameters”Logged<W, A>
Returns
Section titled “Returns”<
B>(data):Logged<W,B>
Type Parameters
Section titled “Type Parameters”B
Parameters
Section titled “Parameters”Logged<W, (a) => B>
Returns
Section titled “Returns”Logged<W, B>