MapListModelMapFunc

typealias MapListModelMapFunc = (<Error class: unknown class>) -> <Error class: unknown class>

User function that is called to map an @item of the original model to an item expected by the map model.

The returned items must conform to the item type of the model they are used with.

  • param item The item to map

  • return The item to map to