process

abstract fun process(from: ContentValues, to: Task)

Takes specific data from a task row (taken from the content provider) and maps it into the given Task.

Parameters

from

task main row from the content provider

to

destination object where the mapped data are stored

Throws

on missing or invalid required fields