public class Result<V,E>
class Result is a type that represents either success (class Ok) or failure (class Err).
Elm: Result
Haskell: Data.Either
Rust: Result
class Result,
class Ok,
class Err,
Result,
Data.Either,
Result| Modifier and Type | Class and Description |
|---|---|
static class |
Result.Companion |
| Modifier and Type | Field and Description |
|---|---|
static Result.Companion |
Companion |
public static Result.Companion Companion