-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_ValueOption_With
andrewvk edited this page Jun 23, 2016
·
3 revisions
Name | Description | |
---|---|---|
With(T, TResult)(ValueOption(T), Func(T, TResult)) | Converts option value to another option with selectFunc. | |
With(T, TResult)(ValueOption(T), Func(T, TResult), Func(TResult)) | Converts option value to another option with selectFunc. | |
With(T, TResult)(ValueOption(T), Func(T, TResult), TResult) | Converts option value to another option with selectFunc. |