mapBoth

inline fun <D, T> ReadWriteProperty<D, T>.mapBoth(crossinline both: (T) -> T): ReadWriteProperty<D, T>(source)

Map reads from and writes to a delegate