public static class Box.NonNull<T> extends Box<T>
Box.NonNull<T>
GetterSetter.Double, GetterSetter.Int
Modifier and Type | Method and Description |
---|---|
static <T> Box.NonNull<T> |
of(T value) |
void |
set(T obj)
Sets the value which will later be returned by get().
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
from, from
protected NonNull(T value)
public static <T> Box.NonNull<T> of(T value)
public void set(T obj)
GetterSetter