inject

open fun <R : OUT> inject(value: IN, target: R): R(source)

Lens operation to set the value into the target. Synomym for invoke(IN, OUT)