Result.Companion, Result.Failure<V,E extends Exception>, Result.Success<V,E extends Exception>| Constructor and Description |
|---|
Failure(E error) |
| Modifier and Type | Method and Description |
|---|---|
V |
component1() |
E |
component2() |
boolean |
equals(java.lang.Object other) |
V |
get() |
E |
getError() |
E |
getException() |
int |
hashCode() |
java.lang.String |
toString() |
component1, component2, fold, get