Some<T>.

IfNotNullDo(Action<T>) Method

Summary

Performs the action with the value.
Namespace
FunctionalSharp.OptionTypes
Containing Type
Some<T>

Syntax

public void IfNotNullDo(Action<T> withValue)

Parameters

Name Type Description
withValue Action<T>

Return Value

Type Description
void