None<T>.

IfNotNullDo(Action<T>) Method

Summary

Does nothing since None doesnt hold a value.
Namespace
FunctionalSharp.OptionTypes
Containing Type
None<T>

Syntax

public void IfNotNullDo(Action<T> withValue)

Parameters

Name Type Description
withValue Action<T>

Return Value

Type Description
void