menu
cowpay package
documentation
core/packages/dartz/dartz.dart
IVector<A>
strengthL<B> method
strengthL<B> method
dark_mode
light_mode
strengthL<
B
>
method
@
override
IVector
<
Tuple2
<
B
,
A
>
>
strengthL
<
B
>(
B
b
)
override
Implementation
@override IVector<Tuple2<B, A>> strengthL<B>(B b) => map((a) => tuple2(b, a));
cowpay package
documentation
core/packages/dartz/dartz
IVector<A>
strengthL<B> method
IVector class