Hi Salva,

what is the goal? Do you have some source that already has a fixed type and
you want to reuse its functionality for producing a different data type?

Best,
Alexander Fedulov


On Mon, Jul 18, 2022 at 1:29 PM Salva Alcántara <salcantara...@gmail.com>
wrote:

> If I have a Source<A> (Sink<A>), what would be the simplest way of
> obtaining a Source<B> (Sink<B>) based on a mapping/conversion function from
> A to B. AFAIK sources & sinks don't have map so I was just wondering how to
> approach this in the context of new sources/sinks apis.
>
> Regards,
>
> Salva
>

Reply via email to