None<T>.

Match(Action<T>, Action) Method

Summary

Executes the action withoutValue.
Namespace
FunctionalSharp.OptionTypes
Containing Type
None<T>

Syntax

public void Match(Action<T> withValue, Action withoutValue)

Parameters

Name Type Description
withValue Action<T>
withoutValue Action

Return Value

Type Description
void