AbstractCommandFunction
constructor(commandAggregate: CommandAggregate<C, *>, afterCommandFunctions: List<AfterCommandFunction<C>>)
Creates a new AbstractCommandFunction with the specified command aggregate and after functions.
Parameters
C
The type of the command aggregate.