WrappedReadOnlyProperty
inline fun <T, V, R> WrappedReadOnlyProperty(original: ReadOnlyProperty<T, V>, crossinline mapper: (T, V) -> R): ReadOnlyProperty<T, R>
Deprecated
WrappedReadOnlyProperty is a support class for the wrapIn(WithThisRef) mechanism which is deprecated.
Wraps a property and maps its result using the given mapper.