optimisticUpdater

fun optimisticUpdater(input: TInput, updater: (currentValue: TData?) -> TData): Map<TInput, TData?>