Package com.github.underscore
Class Optional<T>
java.lang.Object
com.github.underscore.Optional<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
value
-
absent
private final boolean absent
-
-
Constructor Details
-
Optional
private Optional() -
Optional
-
-
Method Details
-
of
-
fromNullable
-
empty
-
get
-
or
-
orNull
-
isEmpty
public boolean isEmpty() -
isPresent
public boolean isPresent() -
filter
-
map
-
orThrow
- Throws:
X extends Throwable
-
toJavaOptional
-
equals
-
hashCode
public int hashCode() -
toString
-