onResponseMapFrom

abstract suspend fun onResponseMapFrom(source: S): D

Creates mapped objects and handles the database operations which may be required to map various objects,

Return

mapped object that will be consumed by onResponseDatabaseInsert

Parameters

source

the incoming data source type