WrappedReadOnlyProperty

inline fun <T, V, R> WrappedReadOnlyProperty(original: ReadOnlyProperty<T, V>, crossinline mapper: (T, V) -> R): ReadOnlyProperty<T, R>

Wraps a property and maps its result using the given mapper.