mapValue

inline fun <T, R> ViceLoadable<T>.mapValue(mapper: (T) -> R): ViceLoadable<R>