effect-ts-folds
Preparing search index...
index
fanin
Function fanin
fanin
<
A
,
B
,
C
>
(
ba
:
(
b
:
B
)
=>
A
,
ca
:
(
c
:
C
)
=>
A
)
:
(
ei
:
Either
<
C
,
B
>
)
=>
A
Convert a pair of functions into a function that runs the first on left and the second on right.
Type Parameters
A
B
C
Parameters
ba
:
(
b
:
B
)
=>
A
ca
:
(
c
:
C
)
=>
A
Returns
(
ei
:
Either
<
C
,
B
>
)
=>
A
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-ts-folds
Loading...
Convert a pair of functions into a function that runs the first on left and the second on right.