map

inline fun <T, R> Response<T>.map(transform: (T) -> R): Response<R>