Overload_CodeJam_Option_With - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]()
|
With(T, TResult)(Option(T), Func(T, TResult)) | Converts option value to another option with selectFunc. |
![]()
|
With(T, TResult)(Option(T), Func(T, TResult), Func(TResult)) | Converts option value to another option with selectFunc. |
![]()
|
With(T, TResult)(Option(T), Func(T, TResult), TResult) | Converts option value to another option with selectFunc. |
