Result |
Result.error() |
Result<T> |
Result.error(int code) |
static Result |
Result.error(int code,
String msg) |
static Result |
Result.error(int code,
String message,
Object obj) |
static <T extends Exception> Result |
Result.error(int code,
String message,
T e) |
Result<T> |
Result.error(String msg) |
static Result |
Result.error(String message,
String errorMsg) |
static <E> Result<E> |
Result.fail() |
static <E> Result |
Result.fail(String message) |
static <T> Result |
Result.fail(String message,
T data) |
static <E> Result<E> |
Result.ok() |
static <E> Result |
Result.ok(E data) |
Result |
Result.success() |
Result |
Result.success(T data) |