menu
dartz package
documentation
dartz_streaming.dart
Conveyor<F, O>
strengthL<B> method
strengthL<B> method
dark_mode
light_mode
strengthL<
B
>
method
@
override
Conveyor
<
F
,
Tuple2
<
B
,
O
>
>
strengthL
<
B
>(
B
b
)
override
Implementation
@override Conveyor<F, Tuple2<B, O>> strengthL<B>(B b) => map((a) => tuple2(b, a));
dartz package
documentation
dartz_streaming
Conveyor<F, O>
strengthL<B> method
Conveyor class