| 程序包 | 说明 |
|---|---|
| im.dart.boot.common.data |
| 限定符和类型 | 方法和说明 |
|---|---|
static Result |
Result.ERROR() |
static Result |
Result.of(Code code) |
static <T> Result<T> |
Result.of(Code code,
T data) |
static <T> Result<T> |
Result.of(T data) |
Result |
Code.result() |
<T> Result<T> |
Code.result(T data) |
static Result |
Result.SUCCESS() |
Copyright © 2022. All rights reserved.