public static class Maybe.AbsentNull<T> extends Maybe.Absent<T>
Maybe.Absent<T>, Maybe.AbsentNull<T>, Maybe.AbstractPresent<T>, Maybe.MaybeSupplier<T>, Maybe.Present<T>, Maybe.SoftlyPresent<T>
Constructor and Description |
---|
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.
|
castAbsent, changeExceptionSupplier, changeExceptionSupplier, get, getException, getExceptionSupplier, isPresent, orThrowUnwrapped
absent, absent, absent, absent, absent, absentNoTrace, absentNull, absentNull, absentWithTrace, asSet, cast, equals, fromNullable, fromOptional, getException, hashCode, isAbsent, isAbsentOrNull, isPresentAndNonNull, next, of, of, of, ofAllowingNull, ofDisallowingNull, or, or, or, orNull, presentInstances, soft, softThen, toOptional, toString, transform
public boolean isNull()
Maybe
Maybe.fromNullable(Object)
.isNull
in class Maybe.Absent<T>