IOption<T>.

IfNotNullDo(Action<T>) Method

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<T>

Return Value

Type Description
void