Static member | Description |
Full Usage:
Bimap.Bimap(arg1, arg2, arg3, _mthd)
Parameters:
^t
arg1 : 'T -> 'U
arg2 : 'V -> 'W
_mthd : Default1
Modifiers: inline Type parameters: ^t, 'T, 'U, 'V, 'W |
|
Full Usage:
Bimap.Bimap(x, f, g, ?_mthd)
Parameters:
^Bifunctor<'T,'V>
f : 'T -> 'U
g : 'V -> 'W
?_mthd : Default1
Returns: 'Bifunctor<'U,'W>
Modifiers: inline Type parameters: ^Bifunctor<'T,'V>, 'T, 'U, 'V, 'W, 'Bifunctor<'U,'W> |
|
Full Usage:
Bimap.Bimap(x, f, g, ?_mthd)
Parameters:
^Bifunctor<'T,'V>
f : 'T -> 'U
g : 'V -> 'W
?_mthd : Default2
Returns: 'Bifunctor<'U,'W>
Modifiers: inline |
|
|
|
Full Usage:
Bimap.Bimap(arg1, f, g, ?_mthd)
Parameters:
KeyValuePair<'T1, 'T2>
f : 'T1 -> 'U1
g : 'T2 -> 'U2
?_mthd : Bimap
Returns: KeyValuePair<'U1, 'U2>
|
|
|
|
Full Usage:
Bimap.Bimap(arg1, f, g, ?_mthd)
Parameters:
'T1 * 'T2
f : 'T1 -> 'U1
g : 'T2 -> 'U2
?_mthd : Bimap
Returns: 'U1 * 'U2
|
|
Full Usage:
Bimap.Bimap(arg1, f, g, ?_mthd)
Parameters:
'T1 * 'T2
f : 'T1 -> 'U1
g : 'T2 -> 'U2
?_mthd : Bimap
Returns: 'U1 * 'U2
|
|
Full Usage:
Bimap.Invoke(f) (g) (source)
Parameters:
'T -> 'U
g : 'V -> 'W
source : ^Bifunctor<'T,'V>
Returns: ^Bifunctor<'U,'W>
Modifiers: inline Type parameters: 'T, 'U, 'V, 'W, ^Bifunctor<'T,'V>, ^Bifunctor<'U,'W> |
|
Full Usage:
Bimap.InvokeOnInstance(f) (g) (source)
Parameters:
'T -> 'U
g : 'V -> 'W
source : ^Bifunctor<'T,'V>
Returns: 'Bifunctor<'U,'W>
Modifiers: inline Type parameters: 'T, 'U, 'V, 'W, ^Bifunctor<'T,'V>, 'Bifunctor<'U,'W> |
|