Cqrs.Command.after_validate

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

Specs

after_validate(command()) :: command()

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.