FsFlow.ValidationModule.apply

Applies a validation-wrapped function to a validation-wrapped value.

Parameters

  • validation: The validation containing the function.
  • value: The validation containing the value.

Returns

The result of applying the function to the value, with accumulated errors.