wrapInWithThisRef
infix inline fun <T, V, R : Any> ReadOnlyProperty<T, V>.wrapInWithThisRef(crossinline mapper: (T, V) -> R): SynchronizedLazyPropertyWrapper<T, R>
Deprecated
wrapInWithThisRef is no longer necessary, use the IdentifierResolver mechanism for advanced injection behavior
Identical to wrapIn, but also gives you access to the object the property is owned by in the mapper lambda.