T
public final class Optional<T> extends Object
static <T> Optional<T>
empty()
get()
boolean
isPresent()
of(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <T> Optional<T> of(T value)
public static <T> Optional<T> empty()
public boolean isPresent()
public T get()