flatMap

inline fun <R> flatMap(transform: (value: T) -> OperationResult<R>): OperationResult<R>