public class Result<T> extends Object
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
Result<T> |
add(String key,
Object value) |
static <T> Result<T> |
error(String msg) |
static <T> Result<T> |
success(T object) |
Copyright © 2022. All rights reserved.