Overload_CodeJam_Ranges_RangeBoundaryTo_1_WithValue - rsdn/CodeJam GitHub Wiki
| Name | Description | |
|---|---|---|
![]() |
WithValue(Func(T, T)) | Creates a new boundary with updated value (if the current boundary has one). If the boundary has no value the method returns the boundary unchanged. |
![]() |
WithValue(T2)(Func(T, T2)) | Creates a new boundary with updated value (if the current boundary has one). If the boundary has no value the method returns the boundary unchanged. |
