Package org.dmfs.jems2.optional
Class LazyDelegatingOptional<T>
- java.lang.Object
-
- org.dmfs.jems2.optional.LazyDelegatingOptional<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLazyDelegatingOptional(Single<Optional<T>> delegate)
-
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 final boolean isPresent()
Description copied from interface:OptionalReturns whether the optional value is present.
-
-