Summary:
Detail:
static <T> Nullable<T>
empty()
boolean
equals(Object other)
T
get()
isEmpty()
isNull()
<U> Nullable<U>
map(Function<? super T,? extends U> mapper)
of(T value)
ofNull()
ofOptional(Optional<T> value)
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
Object