Result.Error<V>, Result.Fail<V>, Result.Success<V>, Result.Unexpected<V>| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Status |
getStatus() |
V |
getValue() |
int |
hashCode() |
<U> Result.Error<U> |
map(Function<V,U> mapper) |
String |
toString() |
Copyright © 2023. All rights reserved.