Skip to content

Overload_CodeJam_ValueOption_With

Andrew Koryavchenko edited this page Jul 4, 2017 · 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