您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
索引
帮助
SEARCH:
类的使用
net.wenzuo.atom.core.util.Result
使用
Result
的程序包
程序包
说明
net.wenzuo.atom.core.util
net.wenzuo.atom.core.util
中
Result
的使用
返回
Result
的
net.wenzuo.atom.core.util
中的方法
修饰符和类型
方法
说明
static <T>
Result
<T>
Result.
fail
(int code,
String
message)
static <T>
Result
<T>
Result.
fail
(
ResultProvider
provider)
static <T>
Result
<T>
Result.
ok
()
static <T>
Result
<T>
Result.
ok
(T data)