Search
Preparing search index...
The search index is not available
typed-structures
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"functions/function/function"
Function
Class Function<T, R>
Type parameters
T
R
Hierarchy
Function
Implements
IFunction
<
T
,
R
>
Index
Constructors
constructor
Properties
_function
Methods
and
Then
apply
compose
get
Native
Function
identity
Constructors
constructor
new
Function
(
f
:
function
)
:
Function
Parameters
f:
function
(
t
:
T
)
:
R
Parameters
t:
T
Returns
R
Returns
Function
Properties
Private
_function
_function
:
any
Methods
and
Then
and
Then<V>
(
after
:
IFunction
<
R
,
V
>
)
:
IFunction
<
T
,
V
>
Type parameters
V
Parameters
after:
IFunction
<
R
,
V
>
Returns
IFunction
<
T
,
V
>
apply
apply
(
t
:
T
)
:
R
Parameters
t:
T
Returns
R
compose
compose<V>
(
before
:
IFunction
<
V
,
T
>
)
:
IFunction
<
V
,
R
>
Type parameters
V
Parameters
before:
IFunction
<
V
,
T
>
Returns
IFunction
<
V
,
R
>
get
Native
Function
get
Native
Function
(
)
:
any
Returns
any
identity
identity<T>
(
)
:
IFunction
<
T
,
T
>
Type parameters
T
Returns
IFunction
<
T
,
T
>
Globals
"functions/function/function"
Function
constructor
_function
and
Then
apply
compose
get
Native
Function
identity
Generated using
TypeDoc