flatTry

fun <T> flatTry(block: () -> PromiseResult<T>): Promise<T>(source)