FuncConvert (FSharp.Core)

Convert the given Action delegate object to an F# function value

action : Action<'T1, 'T2, 'T3, 'T4, 'T5>

The input Action delegate.

Returns: 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'T5 -> unit

The F# function.

Convert the given Action delegate object to an F# function value

action : Action<'T1, 'T2, 'T3, 'T4>

The input Action delegate.

Returns: 'T1 -> 'T2 -> 'T3 -> 'T4 -> unit

The F# function.

Convert the given Action delegate object to an F# function value

action : Action<'T1, 'T2, 'T3>

The input Action delegate.

Returns: 'T1 -> 'T2 -> 'T3 -> unit

The F# function.

Convert the given Action delegate object to an F# function value

action : Action<'T1, 'T2>

The input Action delegate.

Returns: 'T1 -> 'T2 -> unit

The F#funcfunction.

Convert the given Action delegate object to an F# function value

action : Action<'T>

The input Action delegate.

Returns: 'T -> unit

The F# function.

Convert the given Action delegate object to an F# function value

action : Action

The input Action delegate.

Returns: unit -> unit

The F# function.

Convert the given Func delegate object to an F# function value

func : Func<'T1, 'T2, 'T3, 'T4, 'T5, 'U>

The input Func delegate.

Returns: 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'T5 -> 'U

The F# function.

Convert the given Func delegate object to an F# function value

func : Func<'T1, 'T2, 'T3, 'T4, 'U>

The input Func delegate.

Returns: 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'U

The F# function.

Convert the given Func delegate object to an F# function value

func : Func<'T1, 'T2, 'T3, 'U>

The input Func delegate.

Returns: 'T1 -> 'T2 -> 'T3 -> 'U

The F# function.

Convert the given Func delegate object to an F# function value

func : Func<'T1, 'T2, 'U>

The input Func delegate.

Returns: 'T1 -> 'T2 -> 'U

The F#funcfunction.

Convert the given Func delegate object to an F# function value

func : Func<'T, 'U>

The input Func delegate.

Returns: 'T -> 'U

The F# function.

Convert the given Func delegate object to an F# function value

func : Func<'T>

The input Func delegate.

Returns: unit -> 'T

The F# function.

A utility function to convert function values from tupled to curried form

func : 'T1 * 'T2 * 'T3 * 'T4 * 'T5 -> 'U

The input tupled function.

Returns: 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'T5 -> 'U

The output curried function.

A utility function to convert function values from tupled to curried form

func : 'T1 * 'T2 * 'T3 * 'T4 -> 'U

The input tupled function.

Returns: 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'U

The output curried function.

A utility function to convert function values from tupled to curried form

func : 'T1 * 'T2 * 'T3 -> 'U

The input tupled function.

Returns: 'T1 -> 'T2 -> 'T3 -> 'U

The output curried function.

A utility function to convert function values from tupled to curried form

func : 'T1 * 'T2 -> 'U

The input tupled function.

Returns: 'T1 -> 'T2 -> 'U

The output curried function.

Convert the given Converter delegate object to an F# function value

converter : Converter<'T, 'U>

The input Converter delegate.

Returns: 'T -> 'U

The F# function.

Convert the given Action delegate object to an F# function value

action : Action<'T>

The input Action delegate.

Returns: 'T -> unit

The F# function.