map

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