-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Option_With
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
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. |