@mikuroxina/mini-fn
Preparing search index...
TypeClass
Functor
replace
Function replace
replace
<
F
>
(
func
:
TypeClass
.
Functor
.
Functor
<
F
>
,
)
:
<
A
>
(
a
:
A
)
=>
<
B
>
(
fb
:
Get1
<
F
,
B
>
)
=>
Get1
<
F
,
A
>
Type Parameters
F
Parameters
func
:
TypeClass
.
Functor
.
Functor
<
F
>
The instance of
Functor
for
F
.
Returns
<
A
>
(
a
:
A
)
=>
<
B
>
(
fb
:
Get1
<
F
,
B
>
)
=>
Get1
<
F
,
A
>
The replaced object of
F
contains the item
a
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
Loading...
The instance of
FunctorforF.