static final Nullable<Object>
NULL
private A
ref
private
Nullable(A value)
void
assign(A value)
assignIfNull(A ref)
Nullable<A>
ifNotNull(Consumer<A> cb)
ifNull(Runnable r)
Class<?>
infer()
boolean
isNull()
static <B> Nullable<B>
of(B value)
A
peek()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Null
toString
Object