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