public class R<T> extends Object implements Serializable
static class
R.PromptWay
R.Status
R()
static R<Void>
error(String msg)
static <T> R<T>
ok(T data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public R()
public static <T> R<T> ok(T data)
public static R<Void> error(String msg)
Copyright © 2023. All rights reserved.