Exaop v0.1.0 Exaop.Preprocessor behaviour View Source

This module defines the behaviour for external Exaop setters.

Link to this section Summary

Callbacks

Invoked to handle the corresponding preprocess step.

Link to this section Callbacks

Link to this callback

preprocess(params, args, acc)

View Source

Specs

preprocess(params(), args(), acc()) :: {:ok, acc()} | {:error, term()}

Invoked to handle the corresponding preprocess step.