menu
dartz package
documentation
dartz_streaming.dart
ChannelF<F, I, O> typedef
ChannelF<F, I, O> typedef
dark_mode
light_mode
ChannelF<
F
,
I
,
O
>
typedef
ChannelF
<
F
,
I
,
O
> =
Conveyor
<
F
,
O
>
Function
(
I
i
)
Implementation
typedef Conveyor<F, O> ChannelF<F, I, O>(I i);
dartz package
documentation
dartz_streaming
ChannelF<F, I, O> typedef
dartz_streaming library