public static class Maybe.Present<T> extends Maybe.AbstractPresent<T>
Maybe.Absent<T>, Maybe.AbstractPresent<T>, Maybe.Present<T>, Maybe.SoftlyPresent<T>
T
get()
isPresent
absent, absent, absent, absent, absent, asSet, fromNullable, isAbsent, isAbsentOrNull, isPresentAndNonNull, next, of, of, of, or, or, or, orNull, presentInstances, soft, softThen, toString, transform
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public T get()
get
com.google.common.base.Supplier<T>
Maybe<T>