T
public final class Unique<T> extends java.lang.Object
protected T
value
Unique(T value)
get()
static <U> Unique<U>
of(U value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final T value
public Unique(T value)
public static <U> Unique<U> of(U value)
U
public T get()