flatMap

inline fun <T> flatMap(transform: (value: S) -> Result<T, @UnsafeVariance F>): Result<T, F>