reviseModels method
Implementation
AFComponentState reviseModels(List<Object> toIntegrate) {
return createWith(AFComponentState.integrate(models, toIntegrate));
}
AFComponentState reviseModels(List<Object> toIntegrate) {
return createWith(AFComponentState.integrate(models, toIntegrate));
}