public class Ref<T> extends CloneSupport<Ref<T>> implements Serializable, IJsonObject
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
T |
get() |
T |
getValue() |
int |
hashCode() |
<E> Ref<E> |
map(Function<T,E> mapping)
映射
|
static <T> Ref<T> |
of(T t) |
Optional<T> |
optional() |
void |
set(T value) |
void |
setValue(T value) |
String |
toString() |
clone
finalize, getClass, notify, notifyAll, wait, wait, wait
toJsonString
public Ref()
public Ref(T value)
Copyright © 2024. All rights reserved.