TYPE
- the type of the maybe's valuepublic interface IMaybe<TYPE>
Modifier and Type | Method and Description |
---|---|
TYPE |
getValue() |
TYPE |
getValueOrElse(TYPE defaultValue)
Gets the value of the maybe, if the maybe is not nothing, else
the default is returned
|
boolean |
isNothing() |
boolean |
isSomething() |
TYPE getValue()
boolean isNothing()
boolean isSomething()
Siehe auch Jowidgets Nutzerhandbuch