static <T> OptionalDependency<T>
empty()
boolean
equals(Object o)
T
get()
int
hashCode()
isPresent()
of(T value)
orElse(T other)
orElseGet(Supplier<? extends T> other)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
equals
Object
hashCode
toString