Cqrs.ValueObject.after_validate

You're seeing just the callback after_validate, go back to Cqrs.ValueObject module for more information.

Specs

after_validate(struct()) :: struct()

Allows one to modify the fully validated command. The changes to the command are validated again after this callback.

This callback is optional.

Invoked after the handle_validate/2 callback is called.