Uses of Class
cn.longky.common.model.Result
Packages that use Result
-
Uses of Result in cn.longky.common.model
Methods in cn.longky.common.model that return ResultModifier and TypeMethodDescriptionstatic <T> Result<T>构造请求结果static <T> Result<T>构造请求结果static <T> Result<T>Result.ofSuccess(T result) 构造请求结果static <T> Result<T>Result.ofThrowable(Throwable t) 构造请求结果<T> Result<T>BizErrorCode.toResult()<T> Result<T><T> Result<T>构造请求错误结果构造请求结果Result.withSuccess(T result) 构造请求结果Result.withThrowable(Throwable throwable) 构造请求异常结果