FSharpPlus


Invoke Type

Static members

Static member Description

Invoke.Invoke(f, x)

Full Usage: Invoke.Invoke(f, x)

Parameters:
    f : ^Category<'T,'U>
    x : ^T

Returns: ^U
Modifiers: inline
Type parameters: ^Category<'T,'U>, ^T, ^U
f : ^Category<'T,'U>
x : ^T
Returns: ^U

Invoke.Invoke(g, x, _output, _mthd)

Full Usage: Invoke.Invoke(g, x, _output, _mthd)

Parameters:
    g : Func<'T, 'U>
    x : 'T
    _output : 'U
    _mthd : Invoke

Returns: 'U
g : Func<'T, 'U>
x : 'T
_output : 'U
_mthd : Invoke
Returns: 'U

Invoke.Invoke(g, x, _output, _mthd)

Full Usage: Invoke.Invoke(g, x, _output, _mthd)

Parameters:
    g : 'T -> 'U
    x : 'T
    _output : 'U
    _mthd : Invoke

Returns: 'U
g : 'T -> 'U
x : 'T
_output : 'U
_mthd : Invoke
Returns: 'U

Invoke.Invoke(arg1, x, _output, _mthd)

Full Usage: Invoke.Invoke(arg1, x, _output, _mthd)

Parameters:
    arg0 : ^T
    x : 'a
    _output : ^O
    _mthd : Default1

Returns: 'b
Modifiers: inline
arg0 : ^T
x : 'a
_output : ^O
_mthd : Default1
Returns: 'b

Invoke.Invoke(arg1, arg2, _output, _mthd)

Full Usage: Invoke.Invoke(arg1, arg2, _output, _mthd)

Parameters:
    arg0 : ^t
    arg1 : 'a
    _output : ^O
    _mthd : Default1

Returns: 'b -> 'b
Modifiers: inline
arg0 : ^t
arg1 : 'a
_output : ^O
_mthd : Default1
Returns: 'b -> 'b

Invoke.InvokeNRTC(f, x)

Full Usage: Invoke.InvokeNRTC(f, x)

Parameters:
    f : ^Category<'T,'U>
    x : ^T

Returns: 'a
Modifiers: inline
f : ^Category<'T,'U>
x : ^T
Returns: 'a