Exaop v0.1.0 Exaop.Setter behaviour View Source
This module defines the behaviour for external Exaop setters.
Link to this section Summary
Callbacks
Invoked to handle the corresponding set
step.
Link to this section Callbacks
Specs
set(params(), args(), acc()) :: acc()
Invoked to handle the corresponding set
step.
The reduction continues with the return value acc
as the new accumulator
and the given params
passed to the next Exaop step.
When the final reduction step is set
, the built function __inject__/3
returns its return value acc
as the accumulator.