| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
error(E ex) |
<V> Result<V,java.lang.Exception> |
of(V value,
kotlin.jvm.functions.Function0<? extends java.lang.Exception> fail) |
<V> Result<V,java.lang.Exception> |
of(kotlin.jvm.functions.Function0<? extends V> f) |