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, equals, fromNullable, hashCode, isAbsent, isAbsentOrNull, isPresentAndNonNull, next, of, of, of, or, or, or, orNull, presentInstances, soft, softThen, toString, transform
getClass, notify, notifyAll, wait, wait, wait
public T get()
get
com.google.common.base.Supplier<T>
Maybe<T>