Delx v1.0.0 Delx.Delegator behaviour View Source

A module that defines the function that a custom delegator module has to implement.

Link to this section Summary

Callbacks

A callback that needs to be implemented by a delegator.

Link to this section Types

Link to this type

mf() View Source
mf() :: {module(), fun :: atom()}

Link to this section Callbacks

Link to this callback

apply(source, target, args) View Source
apply(source :: mf(), target :: mf(), args :: [any()]) :: any()

A callback that needs to be implemented by a delegator.