Some<T>.

Match(Action<T>, Action) Method

Summary

performs the withvalue action.
Namespace
FunctionalSharp.OptionTypes
Containing Type
Some<T>

Syntax

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

Parameters

Name Type Description
withValue Action<T>
withoutValue Action

Return Value

Type Description
void