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