menu
cowpay package
documentation
core/packages/dartz/dartz.dart
IList<A>
sequenceFree<F, A> static method
sequenceFree<F, A> static method
dark_mode
light_mode
sequenceFree<
F
,
A
>
static method
Free
<
F
,
IList
<
A
>
>
sequenceFree
<
F
,
A
>(
IList
<
Free
<
F
,
A
>
>
lfa
)
Implementation
static Free<F, IList<A>> sequenceFree<F, A>(IList<Free<F, A>> lfa) => lfa.traverseFree(id);
cowpay package
documentation
core/packages/dartz/dartz
IList<A>
sequenceFree<F, A> static method
IList class