Whether the Option is defined or not @return true if the Option is defined (of type Some) false if the Option is not defined (of type None)
()
| 34 | * type None) |
| 35 | */ |
| 36 | public abstract boolean isDefined(); |
| 37 | |
| 38 | /** |
| 39 | * Get the value of the Option (if it is defined) |
no outgoing calls