Table of Contents

Apply Method

Definition

Namespace
Tyne
Assembly
Tyne.Core.dll

Methods

| Edit this page View Source

Apply<T>(Option<T>, Action<T>)

Declaration
public static Option<T> Apply<T>(this Option<T> option, Action<T> some)
Parameters
option
Option<T>
some
Action<T>
Returns
Option<T>
Type Parameters
T