tap
tap<
S,A>(f): (st) =>State<S,A>
Defined in: Core/State.ts:166
Runs a side effect on the produced value without changing the State computation.
Type Parameters
Section titled “Type Parameters”S
A
Parameters
Section titled “Parameters”(a) => void
Returns
Section titled “Returns”(
st):State<S,A>
Parameters
Section titled “Parameters”State<S, A>
Returns
Section titled “Returns”State<S, A>