Skip to content

Overload_CodeJam_Option_With

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

Option.With Method

Overload List

 

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

See Also

Reference

Option Class
CodeJam Namespace

Clone this wiki locally