SetConversionListener(targetList: MutableList<TargetType>, converter: (SourceType) -> TargetType)
Listens to changes on a set of SourceType and keeps the target list in sync by converting each object into the TargetType via the supplied converter.