public abstract static class Maybe.AbstractPresent<T> extends Maybe<T>
Maybe.Absent<T>, Maybe.AbstractPresent<T>, Maybe.Present<T>, Maybe.SoftlyPresent<T>
boolean
isPresent()
absent, absent, absent, absent, absent, asSet, fromNullable, get, 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 boolean isPresent()
isPresent
Maybe<T>