mapper property

Stream<T> Function(S value) mapper
final

Method which converts incoming events into a new Stream

Implementation

final Stream<T> Function(S value) mapper;