kvision / pl.treksoft.kvision.cordova / fanout

fanout

fun <V : Any, U : Any> Result<V, *>.fanout(other: () -> Result<U, *>): Result<Pair<V, U>, *>