Equals
|
Overloaded. Safe equality check |
IsNone
|
Returns `true' if the optional value is not present. |
IsSome
|
Checks if the optional value is present. |
Iter
|
Same as ignore (Map (x, f)). |
Map
|
Safe optional value mapping. |
UnSome
|
Unwraps an optional value; throws an argument exception if the value is not present. |
Equals (inherited from Object) |
Overloaded. |
GetHashCode (inherited from Object) |
|
GetType (inherited from Object) |
|
ToString (inherited from Object) |
Finalize (inherited from Object) |
|
MemberwiseClone (inherited from Object) |
Option Class | Nemerle.Core Namespace