callbackConfigurer

Call dg on an aggregate that is in configuration phase.

Call dg on aggregate to perform some modifications, using args as input.

Parameters

dg void function
(
Locator!()
,
T
,
Args
)

delegate that will perform some modifications on aggregate using passed args.

args Args

a list of arguments passed to dg.

Return Value

Type: auto

GenericFactory!T

Meta