runOne

abstract fun runOne(item: I, config: BackfillConfig<P>): Boolean

Called for each matching record. Returns true to save the item after returning; false to not save the item.