MapListModelMapFunc    
    typealias MapListModelMapFunc = (<Error class: unknown class>) -> <Error class: unknown class>(source)
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 - itemThe item to map
- return The item to map to