Static member | Description |
Full Usage:
Fanout.Invoke(f) (g)
Parameters:
'Arrow<'T,'U1>
g : 'Arrow<'T,'U2>
Returns: ^Arrow<'T,('U1*'U2)>
Modifiers: inline Type parameters: 'Arrow<'T,'U1>, 'Arrow<'T,'U2>, ^Arrow<'T,('U1 * 'U2)> |
|
Full Usage:
Fanout.InvokeOnInstance(f) (g)
Parameters:
'Arrow<'T,'U1>
g : 'Arrow<'T,'U2>
Returns: ^Arrow<'T,('U1*'U2)>
Modifiers: inline Type parameters: 'Arrow<'T,'U1>, 'Arrow<'T,'U2>, ^Arrow<'T,('U1 * 'U2)> |
|
Full Usage:
Fanout.``&&&``(arg1, arg2, _output, _mthd)
Parameters:
'Arrow<'T,'U1>
arg1 : 'Arrow<'T,'U2>
_output : ^t
_mthd : Default1
Returns: 'a -> 'a
Modifiers: inline |
|
Full Usage:
Fanout.``&&&``(f, g, _output, _mthd)
Parameters:
'Arrow<'T,'U1>
g : 'Arrow<'T,'U2>
_output : ^Arrow<'T,('U1*'U2)>
_mthd : Default1
Returns: ^Arrow<'T,('U1*'U2)>
Modifiers: inline Type parameters: 'Arrow<'T,'U1>, 'Arrow<'T,'U2>, ^Arrow<'T,('U1 * 'U2)> |
|
Full Usage:
Fanout.``&&&``(f, g, _output, _mthd)
Parameters:
'Arrow<'T,'U1>
g : 'Arrow<'T,'U2>
_output : ^Arrow<'T,('U1*'U2)>
_mthd : Default2
Returns: ^Arrow<'T,('U1*'U2)>
Modifiers: inline |
|
Full Usage:
Fanout.``&&&``(f, g, _output, _mthd)
Parameters:
^Arrow<'T,'U1>
g : ^Arrow<'T,'U2>
_output : ^Arrow<'T,('U1*'U2)>
_mthd : Default3
Returns: ^Arrow<'T,('U1*'U2)>
Modifiers: inline |
|
|
|
Full Usage:
Fanout.``&&&``(f, g, ?_output, ?_mthd)
Parameters:
'T -> 'U1
g : 'T -> 'U2
?_output : 'T -> 'U1 * 'U2
?_mthd : Fanout
Returns: 'T -> 'U1 * 'U2
|
|