public static class AsyncEmitter.Cached<T>
| Constructor and Description |
|---|
Cached(T value) |
| Modifier and Type | Method and Description |
|---|---|
T |
component1() |
AsyncEmitter.Cached<T> |
copy(T value) |
boolean |
equals(java.lang.Object p) |
T |
getValue() |
int |
hashCode() |
java.lang.String |
toString() |
public T getValue()
public T component1()
@NotNull public AsyncEmitter.Cached<T> copy(T value)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)