Package org.dmfs.jems2.optional
Class Just<T>
- java.lang.Object
-
- org.dmfs.jems2.optional.Just<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.
-
-
-
Method Detail
-
isPresent
public boolean isPresent()
Description copied from interface:OptionalReturns whether the optional value is present.
-
-