public static class Maybe.AbsentNull<T> extends Maybe.Absent<T>
Maybe.Absent<T>, Maybe.AbsentNull<T>, Maybe.AbstractPresent<T>, Maybe.Present<T>, Maybe.SoftlyPresent<T>| Constructor and Description |
|---|
Maybe.AbsentNull(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNull()
Whether the value is null, if present, or
if it was specified as absent because it was null,
e.g.
|
get, getException, isPresentabsent, absent, absent, absent, absent, absentNull, absentNull, asSet, equals, fromNullable, hashCode, isAbsent, isAbsentOrNull, isPresentAndNonNull, next, of, of, of, ofAllowingNull, ofDisallowingNull, or, or, or, orNull, presentInstances, soft, softThen, toString, transformpublic boolean isNull()
MaybeMaybe.fromNullable(Object).isNull in class Maybe.Absent<T>