Preparing search index...
The search index is not available
@mikuroxina/mini-fn
@mikuroxina/mini-fn
List
concatMap
Function concatMap
concat
Map
<
T
,
U
>
(
fn
)
:
(
(
list
)
=>
List
<
U
>
)
Maps and flattens the list of list.
Type Parameters
T
U
Parameters
fn
:
(
(
t
)
=>
List
<
U
>
)
The mapper function.
(
t
)
:
List
<
U
>
Parameters
t
:
T
Returns
List
<
U
>
Returns
(
(
list
)
=>
List
<
U
>
)
The mapped list.
(
list
)
:
List
<
U
>
Parameters
list
:
List
<
T
>
Returns
List
<
U
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@mikuroxina/mini-fn
MonadWriter
Array
BinaryHeap
Bool
Cat
Cofree
ComonadCofree
ComonadStore
Compose
Const
Cont
ControlFlow
Coyoneda
Curry
Dom
Dual
Envelope
Ether
Exists
FingerTree
Free
Loading...
Generated using
TypeDoc
Maps and flattens the list of list.