menu
dartz package
documentation
dartz_streaming.dart
Conveyor<F, O>
andThen<B> method
andThen<B> method
dark_mode
light_mode
andThen<
B
>
method
@
override
Conveyor
<
F
,
B
>
andThen
<
B
>(
covariant
Conveyor
<
F
,
B
>
next
)
override
Implementation
@override Conveyor<F, B> andThen<B>(Conveyor<F, B> next) => bind((_) => next);
dartz package
documentation
dartz_streaming
Conveyor<F, O>
andThen<B> method
Conveyor class