You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ListTransformation has a modelList that represents the mapped list.
However the naming is misleading as the ListTransformation class can also be used in usecases where there is no "model". A better naming would be "sourceList".
We should deprecate the public accessors for "modelList" and introduce a new "sourceList".
The text was updated successfully, but these errors were encountered:
The ListTransformation has a
modelList
that represents the mapped list.However the naming is misleading as the ListTransformation class can also be used in usecases where there is no "model". A better naming would be "sourceList".
We should deprecate the public accessors for "modelList" and introduce a new "sourceList".
The text was updated successfully, but these errors were encountered: