tap
tap<
E,A>(f): (data) =>Validation<E,A>
Defined in: Core/Validation.ts:233
Executes a side effect on the success value without changing the Validation.
Type Parameters
Section titled “Type Parameters”E
A
Parameters
Section titled “Parameters”(a) => void
Returns
Section titled “Returns”(data) => Validation<E, A>