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