kvision / pl.treksoft.kvision.cordova / Result / of

of

fun <V : Any> of(value: V?, fail: () -> Exception = { Exception() }): Result<V, Exception>
fun <V : Any, E> of(f: () -> V): Result<V, E>