common / com.schibsted.account.common.lib / Try / flatMap

flatMap

inline fun <O> flatMap(crossinline block: (T) -> Try<O>): Try<O>