map

inline fun <T, R> Provider<T>.map(crossinline transform: (T) -> R): Provider<R>(source)

Lazily maps this Provider's value to another Provider of type R.