importIntoNodes

fun importIntoNodes(nodeCombinationsToImport: Sequence<ExistingAndExpectedNode>)

Incrementally updates existing children of the given with specified data.

Parameters

nodeCombinationsToImport

Combinations of an old existing child and the new expected data. The combinations are consumed lazily. Callers can use this to load expected data on demand.