Skip to content

Overload_CodeJam_ValueOption_With

andrewvk edited this page Jun 23, 2016 · 3 revisions

ValueOption.With Method

Overload List

 

Name Description
Public methodStatic member With(T, TResult)(ValueOption(T), Func(T, TResult)) Converts option value to another option with selectFunc.
Public methodStatic member With(T, TResult)(ValueOption(T), Func(T, TResult), Func(TResult)) Converts option value to another option with selectFunc.
Public methodStatic member With(T, TResult)(ValueOption(T), Func(T, TResult), TResult) Converts option value to another option with selectFunc.
  Back to Top

See Also

Reference

ValueOption Class
CodeJam Namespace

Clone this wiki locally