Search
Preparing search index...
The search index is not available
typedash
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"typedash"
CurriedFunction3
Interface CurriedFunction3<T1, T2, T3, R>
Type parameters
T1
T2
T3
R
Hierarchy
CurriedFunction3
Callable
__call
(
v1
:
T1
)
:
CurriedFunction2
<
T2
,
T3
,
R
>
__call
(
v1
:
T1
, v2
:
T2
)
:
function
__call
(
v1
:
T1
, v2
:
T2
, v3
:
T3
)
:
R
Parameters
v1:
T1
Returns
CurriedFunction2
<
T2
,
T3
,
R
>
Parameters
v1:
T1
v2:
T2
Returns
function
(
v3
:
T3
)
:
R
Parameters
v3:
T3
Returns
R
Parameters
v1:
T1
v2:
T2
v3:
T3
Returns
R
Globals
"arrays"
"functions"
"objects"
"strings"
"templates"
"typedash"
Curried
Function2
Curried
Function3
Curried
Function1
Generated using
TypeDoc