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