public class Result<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static <T> Result<T> |
from(T result) |
T |
get() |
int |
hashCode() |
String |
toString() |
public Result(T result)
Copyright © 2023. All rights reserved.