Interface ScanMapper<T,R>

Type Parameters:
T - Type of items emitted by the Publisher this operator is applied.
R - Type of items emitted by this operator.
All Known Subinterfaces:
ScanLifetimeMapper<T,R>

public interface ScanMapper<T,R>
Provides the ability to transform (aka map) signals emitted via the Publisher.scanWithMapper(Supplier) operator.