MapPerEvent<TInput> extension

on

Methods

mapPerEvent<TOutput>(_Converter<TInput, TOutput> convert) Stream<TOutput>
Like map, but calls convert once per event, and not per subscription.