-
Notifications
You must be signed in to change notification settings - Fork 35
Methods_T_CodeJam_Option_1_Some
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The Option(T).Some type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Indicates whether this instance and a specified object are equal. (Inherited from Option(T).) | |
Equals(Option(T)) | Indicates whether the current object is equal to another object of the same type. (Inherited from Option(T).) | |
GetHashCode | Returns the hash code for this instance. (Overrides Option(T).GetHashCode().) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from Option(T).) |
Name | Description | |
---|---|---|
With(T, TResult)(Func(T, TResult)) | Overloaded. Converts option value to another option with selectFunc. (Defined by Option.) |
|
With(T, TResult)(Func(T, TResult), TResult) | Overloaded. Converts option value to another option with selectFunc. (Defined by Option.) |
|
With(T, TResult)(Func(T, TResult), Func(TResult)) | Overloaded. Converts option value to another option with selectFunc. (Defined by Option.) |