Summary
Performs the Action withValue if a value is available.
- Namespace
- FunctionalSharp
.OptionTypes - Containing Type
- IOption
<T>
Syntax
void IfNotNullDo(Action<T> withValue)
Parameters
Name | Type | Description |
---|---|---|
withValue | Action |
Return Value
Type | Description |
---|---|
void |