FSharpPlus


Comp Type

Static members

Static member Description

Comp.Invoke(f) (g)

Full Usage: Comp.Invoke(f) (g)

Parameters:
    f : ^Category<'U,'V>
    g : 'Category<'T,'U>

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

Comp.InvokeOnInstance(f) (g)

Full Usage: Comp.InvokeOnInstance(f) (g)

Parameters:
    f : 'Category<'U,'V>
    g : 'Category<'T,'U>

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

Comp.InvokeOnInstance'(f) (g)

Full Usage: Comp.InvokeOnInstance'(f) (g)

Parameters:
    f : ^Category<'U,'V>
    g : ^Category<'T,'U>

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

Comp.``<<<``(f, g, arg3, _mthd)

Full Usage: Comp.``<<<``(f, g, arg3, _mthd)

Parameters:
    f : ^F
    g : ^G
    arg2 : 'd
    _mthd : Default1

Returns: ComposedStaticInvokable<^F, ^G>
Modifiers: inline
f : ^F
g : ^G
arg2 : 'd
_mthd : Default1
Returns: ComposedStaticInvokable<^F, ^G>

Comp.``<<<``(f, g, _output, _mthd)

Full Usage: Comp.``<<<``(f, g, _output, _mthd)

Parameters:
    f : ^Category<'U,'V>
    g : ^Category<'T,'U>
    _output : 'a
    _mthd : Default1

Returns: 'Category<'T,'V>
Modifiers: inline
f : ^Category<'U,'V>
g : ^Category<'T,'U>
_output : 'a
_mthd : Default1
Returns: 'Category<'T,'V>

Comp.``<<<``(f, g, ?_output, ?_mthd)

Full Usage: Comp.``<<<``(f, g, ?_output, ?_mthd)

Parameters:
    f : Func<'U, 'V>
    g : Func<'T, 'U>
    ?_output : 'a
    ?_mthd : Comp

Returns: Func<'T, 'V>
f : Func<'U, 'V>
g : Func<'T, 'U>
?_output : 'a
?_mthd : Comp
Returns: Func<'T, 'V>

Comp.``<<<``(f, g, ?_output, ?_mthd)

Full Usage: Comp.``<<<``(f, g, ?_output, ?_mthd)

Parameters:
    f : 'U -> 'V
    g : 'T -> 'U
    ?_output : 'a
    ?_mthd : Comp

Returns: 'T -> 'V
f : 'U -> 'V
g : 'T -> 'U
?_output : 'a
?_mthd : Comp
Returns: 'T -> 'V