Package org.dmfs.jems2.optional
Class Absent<T>
- java.lang.Object
-
- org.dmfs.jems2.optional.Absent<T>
-
-
Constructor Summary
Constructors Constructor Description Absent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> Absent<T>absent()Returns anAbsentvalue.booleanisPresent()Returns whether the optional value is present.Tvalue()Returns the optional value.
-