Get the value of the Option (if it is defined) @return the value @throws IllegalStateException if called on a None
()
| 42 | * @throws IllegalStateException if called on a None |
| 43 | */ |
| 44 | public abstract T get(); |
| 45 | |
| 46 | /** |
| 47 | * Get the contained value (if defined) or else return a default value |
no outgoing calls