public class R<T> extends Object
static class
R.Status
R()
static <T> R<T>
fail(Integer code, String message)
fail(R.Status status)
boolean
isSuccess()
ok()
ok(T data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public R()
public static <T> R<T> ok()
public static <T> R<T> ok(T data)
public static <T> R<T> fail(Integer code, String message)
public static <T> R<T> fail(R.Status status)
public boolean isSuccess()
Copyright © 2025. All rights reserved.