Uses of Class
in.hocg.boot.utils.struct.result.Result
-
Packages that use Result Package Description in.hocg.boot.utils.struct.result -
-
Uses of Result in in.hocg.boot.utils.struct.result
Subclasses of Result in in.hocg.boot.utils.struct.result Modifier and Type Class Description classExceptionResult<T>Created by hocgin on 2020/8/15 email: hocgin@gmail.comMethods in in.hocg.boot.utils.struct.result that return Result Modifier and Type Method Description static <T> Result<T>Result. fail()static <T> Result<T>Result. fail(String message)static <T> Result<T>Result. result(boolean success)static <T> Result<T>Result. success()static <T> Result<T>Result. success(T data)
-