| 程序包 | 说明 |
|---|---|
| cloud.tianai.rpc.common |
| 限定符和类型 | 方法和说明 |
|---|---|
Result<T> |
Result.compare(Integer code,
java.util.function.Consumer<T> consumer) |
static <T> Result<T> |
Result.ofError(String msg) |
static <T> Result<T> |
Result.ofMessage(Integer code,
String msg) |
static <T> Result<T> |
Result.ofSuccess(T data) |
Copyright © 2020. All rights reserved.